mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
fix states and get rid of INS code in receive (that code checks by controller)
This commit is contained in:
parent
a759e94af0
commit
f32088e25c
2 changed files with 24 additions and 26 deletions
|
@ -109,7 +109,7 @@ typedef enum SMARTCARD_COMMAND {
|
|||
SC_CONNECT = (1 << 0),
|
||||
SC_NO_DISCONNECT = (1 << 1),
|
||||
SC_RAW = (1 << 2),
|
||||
SC_SELECT = (1 << 3)
|
||||
SC_SELECT = (1 << 3),
|
||||
SC_RAW_T0 = (1 << 4),
|
||||
} smartcard_command_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue