Maintain legacy RTOS behavior before mbed-5

Fork of mbed-rtos by mbed official

Revision:
69:94c39314568d
Parent:
68:d3d0e710b443
Child:
85:ef0a22cdf839
--- a/rtx/TARGET_CORTEX_A/RTX_Conf_CA.c	Thu Mar 12 14:31:19 2015 +0000
+++ b/rtx/TARGET_CORTEX_A/RTX_Conf_CA.c	Tue Mar 31 16:15:17 2015 +0100
@@ -61,7 +61,7 @@
 //   <i> Defines stack size for main thread.
 //   <i> Default: 200
 #ifndef OS_MAINSTKSIZE
- #define OS_MAINSTKSIZE 512
+ #define OS_MAINSTKSIZE 2048
 #endif
 
 //   <o>Number of threads with user-provided stack size <0-250>