1
0
mirror of https://github.com/Proxmark/proxmark3.git synced 2025-03-12 04:35:36 -07:00

fix ATR length ()

* TS, T0, T[A-D][1-4], max. 15 HB, TCK = 34 Bytes
This commit is contained in:
pwpiwi 2019-02-26 19:48:25 +01:00 committed by GitHub
parent 0b6efd01ec
commit b6851c194e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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