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
Revision 89:5aed8bae1001, committed 2015-07-13
- Comitter:
- mbed_official
- Date:
- Mon Jul 13 09:00:34 2015 +0100
- Parent:
- 88:a21475017ae2
- Child:
- 90:21b438192b0f
- Commit message:
- Synchronized with git revision e811e6168d93e6dfde4b326b803dbd1bfd3e9665
Full URL: https://github.com/mbedmicro/mbed/commit/e811e6168d93e6dfde4b326b803dbd1bfd3e9665/
11U68 - Fixed P0_11 for GPIO
Changed in this revision
rtx/TARGET_CORTEX_M/RTX_CM_lib.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/rtx/TARGET_CORTEX_M/RTX_CM_lib.h Wed Jul 08 14:45:33 2015 +0100 +++ b/rtx/TARGET_CORTEX_M/RTX_CM_lib.h Mon Jul 13 09:00:34 2015 +0100 @@ -266,7 +266,7 @@ #define INITIAL_SP (0x02009000UL) #elif defined(TARGET_LPC11U68) -#define INITIAL_SP (0x10004000UL) +#define INITIAL_SP (0x10008000UL) #elif defined(TARGET_STM32F411RE) #define INITIAL_SP (0x20020000UL)