sk398
Fork of mbed-rtos by
Revision 107:5e95639cb109, committed 2016-03-30
- Comitter:
- sk398
- Date:
- Wed Mar 30 02:21:27 2016 +0000
- Parent:
- 106:dfc27975e193
- Commit message:
- Car Sim not functioning - overflow of Mailpool and Queue; Going to try adopting an array system with counter
Changed in this revision
rtx/TARGET_CORTEX_M/RTX_Conf_CM.c | Show annotated file Show diff for this revision Revisions of this file |
diff -r dfc27975e193 -r 5e95639cb109 rtx/TARGET_CORTEX_M/RTX_Conf_CM.c --- a/rtx/TARGET_CORTEX_M/RTX_Conf_CM.c Wed Mar 02 11:30:15 2016 +0000 +++ b/rtx/TARGET_CORTEX_M/RTX_Conf_CM.c Wed Mar 30 02:21:27 2016 +0000 @@ -266,7 +266,7 @@ // <i> Number of concurrent active timer callback functions. // <i> Default: 4 #ifndef OS_TIMERCBQSZ - #define OS_TIMERCBQS 4 + #define OS_TIMERCBQS 12 #endif // </e>