mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
181:57724642e740
Parent:
177:d650f5d4c87a
Child:
189:f392fc9709a3
--- a/targets/TARGET_STM/TARGET_STM32F2/objects.h	Wed Jan 17 15:23:54 2018 +0000
+++ b/targets/TARGET_STM/TARGET_STM32F2/objects.h	Fri Feb 16 16:09:33 2018 +0000
@@ -145,6 +145,13 @@
 };
 #endif
 
+#if DEVICE_FLASH
+struct flash_s {
+    /*  nothing to be stored for now */
+    uint32_t dummy;
+};
+#endif
+
 #define GPIO_IP_WITHOUT_BRR
 #include "gpio_object.h"