From d9ea9e9b4ac1f211e108d65d0b915ccf358965fc Mon Sep 17 00:00:00 2001 From: sra Date: Fri, 28 Jul 2023 16:49:02 +0200 Subject: [PATCH] Add state related error code (cherry picked from commit 70c9f9285286380234d8d99df150f6e3bf046430) --- include/errors.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/errors.h b/include/errors.h index 7f46d5fa4..dbc70a006 100644 --- a/include/errors.h +++ b/include/errors.h @@ -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 }; /** @@ -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.