mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-03 22:53:58 +08:00
Remove unused error code.
Will be added back for the PIN check command
This commit is contained in:
parent
6e084d82d5
commit
663fd4efc9
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ static int CmdHelp(const char *Cmd);
|
|||
static const uint16_t APDU_RES_SUCCESS = 0x9000;
|
||||
static const uint16_t APDU_RES_NOT_FOUND = 0x6A82;
|
||||
static const uint16_t APDU_RES_SECURITY = 0x6982;
|
||||
static const uint16_t APDU_RES_PIN_BLOCKED = 0x6983;
|
||||
|
||||
static uint8_t PIV_APPLET[9] = "\xA0\x00\x00\x03\x08\x00\x00\x10\x00";
|
||||
|
||||
|
|
Loading…
Reference in a new issue