Working input data stream

Dependents:   IOT_HW_7_THREADS_web_control

Fork of mbed-rtos by mbed official

Revision:
10:fcb1f103f7a1
Parent:
9:53e6cccd8782
Child:
12:58b30ac3f00e
--- a/rtx/RTX_CM_lib.h	Mon Jan 28 14:46:06 2013 +0000
+++ b/rtx/RTX_CM_lib.h	Wed Apr 24 14:45:21 2013 +0000
@@ -207,6 +207,9 @@
 #elif TARGET_LPC11U24
 #define INITIAL_SP            (0x10001000UL)
 
+#elif TARGET_KL25Z
+#define INITIAL_SP            (0x20003000UL)
+
 #endif
 
 extern unsigned char Image$$RW_IRAM1$$ZI$$Limit[];