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.
Fork of mbed-rtos by
Diff: rtx/RTX_CM_lib.h
- Revision:
- 24:4e0e79c9b976
- Parent:
- 23:c2779d329e1c
- Child:
- 26:cb1d43beeb70
diff -r c2779d329e1c -r 4e0e79c9b976 rtx/RTX_CM_lib.h --- a/rtx/RTX_CM_lib.h Fri Mar 21 14:00:19 2014 +0000 +++ b/rtx/RTX_CM_lib.h Mon Mar 24 17:45:24 2014 +0000 @@ -229,7 +229,7 @@ #elif defined(TARGET_STM32F100RB) || defined(TARGET_STM32F051R8) #define INITIAL_SP (0x20002000UL) -#elif defined(TARGET_STM32F407) +#elif defined(TARGET_STM32F407) || defined(TARGET_F407VG) #define INITIAL_SP (0x20020000UL) #else
