mirror of https://github.com/ARMmbed/mbed-os.git
Bump number of ARMC mutexes to fix PAL test failure
parent
f03509c6cb
commit
39a1b39ce1
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
#if defined(__CC_ARM)
|
#if defined(__CC_ARM)
|
||||||
#define OS_MUTEX_OBJ_MEM 1
|
#define OS_MUTEX_OBJ_MEM 1
|
||||||
#define OS_MUTEX_NUM 7
|
#define OS_MUTEX_NUM 8
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(OS_STACK_WATERMARK) && (defined(MBED_STACK_STATS_ENABLED) && MBED_STACK_STATS_ENABLED)
|
#if !defined(OS_STACK_WATERMARK) && (defined(MBED_STACK_STATS_ENABLED) && MBED_STACK_STATS_ENABLED)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue