mutex++

Dependents:   header_main_publish

Fork of mbed-rtos by mbed official

Files at this revision

API Documentation at this revision

Comitter:
klauss
Date:
Fri Sep 19 16:39:50 2014 +0000
Parent:
40:bd07334df5b1
Commit message:
mutex++

Changed in this revision

rtx/RTX_Conf_CM.c Show annotated file Show diff for this revision Revisions of this file
--- 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
 
 /*----------------------------------------------------------------------------