Bump number of ARMC mutexes to fix PAL test failure

pull/4294/head
Bartosz Szatkowski 2017-05-26 10:53:35 +01:00 committed by Martin Kojtal
parent f03509c6cb
commit 39a1b39ce1
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#if defined(__CC_ARM)
#define OS_MUTEX_OBJ_MEM 1
#define OS_MUTEX_NUM 7
#define OS_MUTEX_NUM 8
#endif
#if !defined(OS_STACK_WATERMARK) && (defined(MBED_STACK_STATS_ENABLED) && MBED_STACK_STATS_ENABLED)