configuracoes personalizadas - aumento do nro de mutex disponiveis para uso
Fork of mbed-rtos by
Revision 43:52af5280813e, committed 2014-10-23
- Comitter:
- klauss
- Date:
- Thu Oct 23 14:35:00 2014 +0000
- Parent:
- 42:e3d4802b9f54
- Commit message:
- aumento do nro de 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 Mon Sep 22 16:55:46 2014 +0000 +++ b/rtx/RTX_Conf_CM.c Thu Oct 23 14:35:00 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 18//jhc12 + #define OS_MUTEXCNT 22//jhc12 #endif /*----------------------------------------------------------------------------