Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new INS related error code #382

Merged
merged 1 commit into from
Jul 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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