Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: ch5_mbed_lightweight_Web_server_dust_sensor
Fork of mbed-rtos by
Diff: rtx/RTX_CM_lib.h
- Revision:
- 47:65a1b2fc9a51
- Parent:
- 46:a3452b867ec3
--- a/rtx/RTX_CM_lib.h Fri Oct 31 14:15:09 2014 +0000 +++ b/rtx/RTX_CM_lib.h Mon Nov 03 10:30:24 2014 +0000 @@ -274,6 +274,9 @@ #elif defined(TARGET_STM32F334R8) #define INITIAL_SP (0x20003000UL) +#elif defined(TARGET_STM32F334C8) +#define INITIAL_SP (0x20003000UL) + #else #error "no target defined"
