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-dev by
Diff: platform/mbed_application.h
- Revision:
- 167:e84263d55307
- Parent:
- 160:d5399cc887bb
- Child:
- 170:19eb464bc2be
diff -r c97ed07ec1a8 -r e84263d55307 platform/mbed_application.h
--- a/platform/mbed_application.h Thu Jun 08 15:02:37 2017 +0100
+++ b/platform/mbed_application.h Wed Jun 21 17:46:44 2017 +0100
@@ -21,7 +21,7 @@
#include<stdint.h>
-#define MBED_APPLICATION_SUPPORT (defined(__CORTEX_M3) || defined(__CORTEX_M4) || defined(__CORTEX_M7))
+#define MBED_APPLICATION_SUPPORT defined(__CORTEX_M3) || defined(__CORTEX_M4) || defined(__CORTEX_M7)
#if MBED_APPLICATION_SUPPORT
#ifdef __cplusplus
extern "C" {
