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:
147:a97add6d7e64
Parent:
146:22da6e220af6
Child:
149:e2bfab296f20
--- a/TARGET_NUCLEO_F429ZI/TARGET_STM/TARGET_STM32F4/common_objects.h	Thu Jul 06 15:30:22 2017 +0100
+++ b/TARGET_NUCLEO_F429ZI/TARGET_STM/TARGET_STM32F4/common_objects.h	Wed Jul 19 16:46:19 2017 +0100
@@ -109,7 +109,11 @@
     uint8_t available_events;
 #endif
 };
-
+#if DEVICE_FLASH
+struct flash_s {
+    uint32_t dummy;
+};
+#endif
 #define GPIO_IP_WITHOUT_BRR
 #include "gpio_object.h"