mbed library sources. Supersedes mbed-src.

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

Revision:
184:08ed48f1de7f
Parent:
167:e84263d55307
Child:
189:f392fc9709a3
--- a/platform/FileHandle.cpp	Tue Mar 20 17:01:51 2018 +0000
+++ b/platform/FileHandle.cpp	Thu Apr 19 17:12:19 2018 +0100
@@ -33,9 +33,4 @@
     return size;
 }
 
-std::FILE *fdopen(FileHandle *fh, const char *mode)
-{
-    return mbed_fdopen(fh, mode);
-}
-
 } // namespace mbed