Skip to content

Commit

Permalink
Add a new INS related error code
Browse files Browse the repository at this point in the history
(cherry picked from commit e0e80d2)
  • Loading branch information
srasoamiaramanana-ledger authored and abonnaudet-ledger committed Aug 4, 2023
1 parent c4157d2 commit ec82e05
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 @@ -554,6 +554,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 ec82e05

Please sign in to comment.