Fix packed term.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
b4c1375961
commit
00f9e9c408
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ struct ccid_header {
|
|||
uint8_t abRFU0;
|
||||
uint16_t abRFU1;
|
||||
uint8_t apdu; //Actually it is an array
|
||||
} __packed;
|
||||
} __attribute__ ((__packed__));
|
||||
|
||||
uint8_t ccid_status = 1;
|
||||
static uint8_t itf_num;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue