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: DISCO-F746NG_rtos_test ecte433
Fork of mbed-rtos by
Diff: rtx/RTX_CM_lib.h
- Revision:
- 44:e2da1b20a6d5
- Parent:
- 43:aaa1b2c7c64c
- Child:
- 45:1be1070d822f
diff -r aaa1b2c7c64c -r e2da1b20a6d5 rtx/RTX_CM_lib.h --- a/rtx/RTX_CM_lib.h Mon Oct 06 10:00:12 2014 +0100 +++ b/rtx/RTX_CM_lib.h Thu Oct 23 09:45:24 2014 +0100 @@ -226,6 +226,9 @@ #elif defined(TARGET_KL46Z) #define INITIAL_SP (0x20006000UL) +#elif defined(TARGET_KL43Z) +#define INITIAL_SP (0x20006000UL) + #elif defined(TARGET_KL05Z) #define INITIAL_SP (0x20000C00UL)
