We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab550a commit bfb8fd6Copy full SHA for bfb8fd6
include/errors.h
@@ -19,6 +19,8 @@
19
#if !defined(ERRORS_H)
20
#define ERRORS_H
21
22
+#if !defined(HAVE_BOLOS)
23
+
24
#include "status_words.h"
25
26
/**
@@ -125,6 +127,10 @@ enum sdk_generic_identifiers {
125
127
#define SWO_IOL_BLE_0C (ERR_IOL_BLE + ERR_GEN_ID_0C) // 0x150C
126
128
#endif // HAVE_BLE
129
130
+#else
131
+#include "os_errors.h"
132
+#endif // HAVE_BOLOS
133
134
// Legacy
135
#define EXCEPTION 0x1 // keep original value // SWO_MUI_UNK_01
136
#define INVALID_PARAMETER 0x2 // keep original value // SWO_CRY_LEN_01
0 commit comments