sk398

Fork of mbed-rtos by mbed official

Files at this revision

API Documentation at this revision

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>