configuracoes personalizadas - aumento do nro de mutex disponiveis para uso

Dependents:   main_src

Fork of mbed-rtos by mbed official

Revision:
42:e3d4802b9f54
Parent:
39:34e80e862021
Child:
43:52af5280813e
--- a/rtx/RTX_Conf_CM.c	Fri Aug 15 16:30:22 2014 +0100
+++ b/rtx/RTX_Conf_CM.c	Mon Sep 22 16:55:46 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    18//jhc12
 #endif
 
 /*----------------------------------------------------------------------------