mbed-rtos // fixed error.h
Fork of mbed-rtos by
Diff: rtx/RTX_CM_lib.h
- Revision:
- 45:1be1070d822f
- Parent:
- 44:e2da1b20a6d5
- Child:
- 46:a3452b867ec3
--- a/rtx/RTX_CM_lib.h Thu Oct 23 09:45:24 2014 +0100 +++ b/rtx/RTX_CM_lib.h Wed Oct 29 14:00:09 2014 +0000 @@ -268,6 +268,9 @@ #elif defined(TARGET_STM32F103RB) #define INITIAL_SP (0x20005000UL) +#elif defined(TARGET_STM32F302R8) +#define INITIAL_SP (0x20004000UL) + #else #error "no target defined"