mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Remove unused error code.
Will be added back for the PIN check command
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user