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:
134:ad3be0349dc5
Child:
146:22da6e220af6
--- a/TARGET_DISCO_L476VG/TARGET_STM/TARGET_STM32L4/common_objects.h	Thu Jun 08 14:53:05 2017 +0100
+++ b/TARGET_DISCO_L476VG/TARGET_STM/TARGET_STM32L4/common_objects.h	Wed Jun 21 17:31:38 2017 +0100
@@ -111,6 +111,11 @@
 #endif
 };
 
+struct flash_s {
+    /*  nothing to be stored for now */
+    uint32_t dummy;
+};
+
 #include "gpio_object.h"
 
 #ifdef __cplusplus