Skip to content

Commit 39a1b39

Browse files
Bartosz Szatkowski0xc0170
authored andcommitted
Bump number of ARMC mutexes to fix PAL test failure
1 parent f03509c commit 39a1b39

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 7
41+
#define OS_MUTEX_NUM 8
4242
#endif
4343

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

0 commit comments

Comments
 (0)