mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-08 14:06:11 +02:00
APDU header is defined at apdu_processing, depending on the interface.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -119,7 +119,7 @@ struct ccid_header *ccid_header;
|
||||
|
||||
int driver_init_ccid() {
|
||||
ccid_header = (struct ccid_header *)usb_get_rx(ITF_CCID);
|
||||
apdu.header = &ccid_header->apdu;
|
||||
// apdu.header = &ccid_header->apdu;
|
||||
|
||||
ccid_response = (struct ccid_header *)usb_get_tx(ITF_CCID);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user