The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
145:64910690c574
Parent:
138:093f2bd7b9eb
Child:
148:fd96258d940d
--- a/platform/mbed_application.h	Thu Jun 08 14:53:05 2017 +0100
+++ b/platform/mbed_application.h	Wed Jun 21 17:31:38 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" {