Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard.

Fork of mbed-rtos by mbed official

Revision:
29:9d826f3cfb27
Parent:
28:be2573f85b81
Child:
30:b69b81781cda
--- a/rtx/RTX_CM_lib.h	Thu Apr 24 10:45:30 2014 +0100
+++ b/rtx/RTX_CM_lib.h	Tue Apr 29 08:36:23 2014 +0000
@@ -199,7 +199,7 @@
 osThreadDef_t os_thread_def_main = {(os_pthread)main, osPriorityNormal, 0, NULL};
 
 // This define should be probably moved to the CMSIS layer
-#if   defined(TARGET_LPC1768)
+#if   defined(TARGET_LPC1768) || defined(TARGET_LPC1549)
 #define INITIAL_SP            (0x10008000UL)
 
 #elif defined(TARGET_LPC11U24)