Default values for Trustzone Idle/Timer thread updated

Default value for timer/idle thread trustzone identifier is 0, updated
it to 1 to allow threads to access secure functions when timer is secure device.
pull/6201/head
Deepika 2018-02-08 16:03:46 -06:00 committed by Cruz Monrreal II
parent cdb2ec21c1
commit c37f25a090
1 changed files with 3 additions and 0 deletions

View File

@ -54,4 +54,7 @@
# define OS_PRIVILEGE_MODE 0 # define OS_PRIVILEGE_MODE 0
#endif #endif
#define OS_IDLE_THREAD_TZ_MOD_ID 1
#define OS_TIMER_THREAD_TZ_MOD_ID 1
#endif /* MBED_RTX_CONF_H */ #endif /* MBED_RTX_CONF_H */