Skip to content

Commit

Permalink
allow in bootloader as well
Browse files Browse the repository at this point in the history
  • Loading branch information
conorpp committed Sep 16, 2019
1 parent 018a4d3 commit 01b928c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fido2/ctaphid.c
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ uint8_t ctaphid_handle_packet(uint8_t * pkt_raw)
ctaphid_write(&wb, NULL, 0);
is_busy = 0;
break;
#endif

case CTAPHID_GETVERSION:
printf1(TAG_HID,"CTAPHID_GETVERSION\n");
Expand All @@ -744,7 +745,6 @@ uint8_t ctaphid_handle_packet(uint8_t * pkt_raw)
ctaphid_write(&wb, NULL, 0);
is_busy = 0;
break;
#endif

default:
printf2(TAG_ERR,"error, unimplemented HID cmd: %02x\r\n", buffer_cmd());
Expand Down

0 comments on commit 01b928c

Please sign in to comment.