mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-06-10 11:59:05 +02:00
@@ -97,7 +97,7 @@ struct ccid_header {
|
|||||||
uint8_t abRFU0;
|
uint8_t abRFU0;
|
||||||
uint16_t abRFU1;
|
uint16_t abRFU1;
|
||||||
uint8_t apdu; //Actually it is an array
|
uint8_t apdu; //Actually it is an array
|
||||||
} __packed;
|
} __attribute__ ((__packed__));
|
||||||
|
|
||||||
uint8_t ccid_status = 1;
|
uint8_t ccid_status = 1;
|
||||||
static uint8_t itf_num;
|
static uint8_t itf_num;
|
||||||
|
|||||||
Reference in New Issue
Block a user