mbed-rtos // fixed error.h
Fork of mbed-rtos by
Diff: rtx/RTX_CM_lib.h
- Revision:
- 43:aaa1b2c7c64c
- Parent:
- 42:079b9616ee6c
- Child:
- 44:e2da1b20a6d5
--- 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)