mutex++

Dependents:   header_main_publish

Fork of mbed-rtos by mbed official

Revision:
42:143f8e17efc5
Parent:
39:34e80e862021
--- a/rtx/RTX_Conf_CM.c	Fri Aug 15 16:30:22 2014 +0100
+++ b/rtx/RTX_Conf_CM.c	Fri Sep 19 16:39:50 2014 +0000
@@ -223,7 +223,7 @@
 //  Define max. number system mutexes that are used to protect
 //  the arm standard runtime library. For microlib they are not used.
 #ifndef OS_MUTEXCNT
- #define OS_MUTEXCNT    12
+ #define OS_MUTEXCNT    16//jhc12
 #endif
 
 /*----------------------------------------------------------------------------