Skip to content

Commit f03509c

Browse files
Archcady0xc0170
authored andcommitted
Add up OS_MUTEX_NUM for ARMCC compiler
CI shield test (SPI test) may need 7 mutexes
1 parent 80cb65e commit f03509c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtos/rtx5/mbed_rtx_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
#if defined(__CC_ARM)
4040
#define OS_MUTEX_OBJ_MEM 1
41-
#define OS_MUTEX_NUM 6
41+
#define OS_MUTEX_NUM 7
4242
#endif
4343

4444
#if !defined(OS_STACK_WATERMARK) && (defined(MBED_STACK_STATS_ENABLED) && MBED_STACK_STATS_ENABLED)

0 commit comments

Comments
 (0)