mbed library sources. Supersedes mbed-src.

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

Revision:
174:b96e65c34a4d
Parent:
167:e84263d55307
Child:
175:af195413fb11
--- a/platform/mbed_retarget.h	Fri Sep 15 14:59:18 2017 +0100
+++ b/platform/mbed_retarget.h	Mon Oct 02 15:33:19 2017 +0100
@@ -120,6 +120,9 @@
 #undef EXDEV
 #define EXDEV       18      /* Cross-device link */
 
+#undef ENODEV
+#define ENODEV      19
+
 #undef EINVAL
 #define EINVAL      22      /* Invalid argument */