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 a6cad2a commit a690024Copy full SHA for a690024
simplicity_sdk/platform/security/sl_component/sli_psec_osal/inc/sli_psec_osal.h
@@ -42,10 +42,7 @@
42
#include "sl_component_catalog.h"
43
#endif
44
45
-#if defined(__ZEPHYR__) && defined(SL_SE_MANAGER_THREADING)
46
- #include "sli_psec_osal_zephyr.h"
47
- #define SLI_PSEC_THREADING
48
-#elif defined(SL_CATALOG_MICRIUMOS_KERNEL_PRESENT) || defined(SL_CATALOG_FREERTOS_KERNEL_PRESENT)
+#if defined(SL_CATALOG_MICRIUMOS_KERNEL_PRESENT) || defined(SL_CATALOG_FREERTOS_KERNEL_PRESENT)
49
// Include CMSIS RTOS2 kernel abstraction layer:
50
#include "sli_psec_osal_cmsis_rtos2.h"
51
#define SLI_PSEC_THREADING
0 commit comments