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:
parent
4682e5821f
commit
3310b911fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue