Fix packed term.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2023-01-14 00:40:50 +01:00
parent b4c1375961
commit 00f9e9c408
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -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;