From ec82e05319d6e999c18885316cd5371e88830326 Mon Sep 17 00:00:00 2001 From: sra Date: Mon, 24 Jul 2023 08:52:49 +0200 Subject: [PATCH] Add a new INS related error code (cherry picked from commit e0e80d2657550c50fb2678afd468b49af3c2edc0) --- include/errors.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/errors.h b/include/errors.h index dbc70a006..8d7a6082b 100644 --- a/include/errors.h +++ b/include/errors.h @@ -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