fix ATR length

* TS, T0, T[A-D][1-4], max. 15 HB, TCK = 34 Bytes
This commit is contained in:
pwpiwi 2019-02-20 19:06:51 +01:00
commit 568204e27e

View file

@ -17,7 +17,7 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
typedef struct { typedef struct {
uint8_t atr_len; uint8_t atr_len;
uint8_t atr[30]; uint8_t atr[34];
} __attribute__((__packed__)) smart_card_atr_t; } __attribute__((__packed__)) smart_card_atr_t;
typedef enum SMARTCARD_COMMAND { typedef enum SMARTCARD_COMMAND {