mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
chg: 'trace list 7816' - missing command
chg: 'sc raw' - inverted select logic
This commit is contained in:
parent
6faec7e981
commit
73230c8d15
3 changed files with 4 additions and 3 deletions
|
@ -109,7 +109,7 @@ typedef enum SMARTCARD_COMMAND {
|
|||
SC_CONNECT = (1 << 0),
|
||||
SC_NO_DISCONNECT = (1 << 1),
|
||||
SC_RAW = (1 << 2),
|
||||
SC_NO_SELECT = (1 << 3)
|
||||
SC_SELECT = (1 << 3)
|
||||
} smartcard_command_t;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue