Remove unused error code.

Will be added back for the PIN check command
This commit is contained in:
Jean-Michel Picod 2023-01-06 18:28:53 +01:00
parent 6e084d82d5
commit 663fd4efc9

View file

@ -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";