mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
remove some cluttering down of list when cardhelper is active
This commit is contained in:
parent
b986818bd5
commit
50d2597fcb
1 changed files with 2 additions and 0 deletions
|
@ -162,6 +162,8 @@ typedef enum SMARTCARD_COMMAND {
|
||||||
SC_RAW = (1 << 2),
|
SC_RAW = (1 << 2),
|
||||||
SC_SELECT = (1 << 3),
|
SC_SELECT = (1 << 3),
|
||||||
SC_RAW_T0 = (1 << 4),
|
SC_RAW_T0 = (1 << 4),
|
||||||
|
SC_CLEARLOG = (1 << 5),
|
||||||
|
SC_LOG = (1 << 6),
|
||||||
} smartcard_command_t;
|
} smartcard_command_t;
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue