mbed library sources. Supersedes mbed-src.

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

Revision:
174:b96e65c34a4d
Parent:
149:156823d33999
--- a/targets/TARGET_NXP/TARGET_LPC176X/objects.h	Fri Sep 15 14:59:18 2017 +0100
+++ b/targets/TARGET_NXP/TARGET_LPC176X/objects.h	Mon Oct 02 15:33:19 2017 +0100
@@ -71,6 +71,10 @@
     LPC_SSP_TypeDef *spi;
 };
 
+struct flash_s {
+	/*  nothing to be stored for now */
+	uint32_t dummy;
+};
 #ifdef __cplusplus
 }
 #endif