mutex++
Dependents: header_main_publish
Fork of mbed-rtos by
Revision 42:143f8e17efc5, committed 2014-09-19
- 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 |
diff -r bd07334df5b1 -r 143f8e17efc5 rtx/RTX_Conf_CM.c --- 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 /*----------------------------------------------------------------------------