Skip to content

Commit

Permalink
Merge pull request #382 from LedgerHQ/issue-2030-error-code
Browse files Browse the repository at this point in the history
Add a new INS related error code
  • Loading branch information
srasoamiaramanana-ledger authored Jul 28, 2023
2 parents db0a0ad + e0e80d2 commit 77e7ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/errors.h
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ enum generic_identifiers {
#define SWO_APD_INS_06 (ERR_APD_INS + ERR_GEN_ID_06) // 0x6D06
#define SWO_APD_INS_07 (ERR_APD_INS + ERR_GEN_ID_07) // 0x6D07
#define SWO_APD_INS_08 (ERR_APD_INS + ERR_GEN_ID_08) // 0x6D08
#define SWO_APD_INS_09 (ERR_APD_INS + ERR_GEN_ID_09) // 0x6D09

#define SWO_APD_HDR_01 (ERR_APD_HDR + ERR_GEN_ID_01) // 0x6501
#define SWO_APD_HDR_02 (ERR_APD_HDR + ERR_GEN_ID_02) // 0x6502
Expand Down

0 comments on commit 77e7ad2

Please sign in to comment.