Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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>
