mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-06-11 21:08:16 +02:00
Fix alternating CCID and HID. (IT DOES NOT WORK)
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -229,6 +229,7 @@ extern const uint8_t fido_aid[];
|
|||||||
|
|
||||||
int driver_process_usb_packet_hid(uint16_t read) {
|
int driver_process_usb_packet_hid(uint16_t read) {
|
||||||
int apdu_sent = 0;
|
int apdu_sent = 0;
|
||||||
|
apdu.sw = 0;
|
||||||
if (read >= 5) {
|
if (read >= 5) {
|
||||||
driver_init_hid();
|
driver_init_hid();
|
||||||
last_packet_time = board_millis();
|
last_packet_time = board_millis();
|
||||||
|
|||||||
Reference in New Issue
Block a user