diff --git a/rtos/TARGET_CORTEX/mbed_rtx_conf.h b/rtos/TARGET_CORTEX/mbed_rtx_conf.h index dfc26c3087..91d024a260 100644 --- a/rtos/TARGET_CORTEX/mbed_rtx_conf.h +++ b/rtos/TARGET_CORTEX/mbed_rtx_conf.h @@ -54,4 +54,7 @@ # define OS_PRIVILEGE_MODE 0 #endif +#define OS_IDLE_THREAD_TZ_MOD_ID 1 +#define OS_TIMER_THREAD_TZ_MOD_ID 1 + #endif /* MBED_RTX_CONF_H */