mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 21:33:19 -07:00
fix ATR length
* TS, T0, T[A-D][1-4], max. 15 HB, TCK = 34 Bytes
This commit is contained in:
parent
7527c2bdd8
commit
568204e27e
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue