Skip to content

Commit

Permalink
Merge pull request #395 from LedgerHQ/update-api-level-12
Browse files Browse the repository at this point in the history
Add state related error code
  • Loading branch information
srasoamiaramanana-ledger authored Aug 2, 2023
2 parents 2bd83dd + d9ea9e9 commit c4157d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/errors.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ enum generic_identifiers {
ERR_GEN_ID_39,
ERR_GEN_ID_3A,
ERR_GEN_ID_3B,
ERR_GEN_ID_3C
ERR_GEN_ID_3C,
ERR_GEN_ID_3D
};

/**
Expand Down Expand Up @@ -740,6 +741,7 @@ enum generic_identifiers {
#define SWO_APD_STA_3A (ERR_APD_STA + ERR_GEN_ID_3A) // 0x663A
#define SWO_APD_STA_3B (ERR_APD_STA + ERR_GEN_ID_3B) // 0x663B
#define SWO_APD_STA_3C (ERR_APD_STA + ERR_GEN_ID_3C) // 0x663C
#define SWO_APD_STA_3D (ERR_APD_STA + ERR_GEN_ID_3D) // 0x663D

/**
* The process is successful.
Expand Down

0 comments on commit c4157d2

Please sign in to comment.