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

Dependents:   Final_Coffee_Roaster

Fork of mbed-rtos by mbed official

Revision:
43:aaa1b2c7c64c
Parent:
42:079b9616ee6c
--- a/rtx/RTX_CM_lib.h	Thu Sep 25 17:30:10 2014 +0100
+++ b/rtx/RTX_CM_lib.h	Mon Oct 06 10:00:12 2014 +0100
@@ -214,6 +214,9 @@
 #elif defined(TARGET_LPC812)
 #define INITIAL_SP            (0x10001000UL)
 
+#elif defined(TARGET_LPC824)
+#define INITIAL_SP            (0x10002000UL)
+
 #elif defined(TARGET_KL25Z)
 #define INITIAL_SP            (0x20003000UL)