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: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: TARGET_NUCLEO_F303K8/TARGET_STM/mbed_rtx.h
- Revision:
- 167:84c0a372a020
- Parent:
- 165:d1b4690b3f8b
- Child:
- 169:a7c7b631e539
--- a/TARGET_NUCLEO_F303K8/TARGET_STM/mbed_rtx.h Fri Apr 20 11:08:29 2018 +0100
+++ b/TARGET_NUCLEO_F303K8/TARGET_STM/mbed_rtx.h Fri May 11 16:51:14 2018 +0100
@@ -122,7 +122,7 @@
#endif
#endif // INITIAL_SP
-#if (defined(__GNUC__) && !defined(__CC_ARM) && defined(TWO_RAM_REGIONS))
+#if (defined(__GNUC__) && !defined(__CC_ARM) && !defined(__ARMCC_VERSION) && defined(TWO_RAM_REGIONS))
extern uint32_t __StackLimit[];
extern uint32_t __StackTop[];
extern uint32_t __end__[];


