mbed library sources. Supersedes mbed-src.

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

Revision:
187:0387e8f68319
Parent:
178:79309dc6340a
Child:
189:f392fc9709a3
--- a/platform/LocalFileSystem.h	Fri Jun 22 16:45:37 2018 +0100
+++ b/platform/LocalFileSystem.h	Thu Sep 06 13:40:20 2018 +0100
@@ -32,7 +32,7 @@
  * @{
  */
 
-FILEHANDLE local_file_open(const char* name, int flags);
+FILEHANDLE local_file_open(const char *name, int flags);
 
 /**
  * @class LocalFileHandle
@@ -106,7 +106,8 @@
     // No modifiable state
 
 public:
-    LocalFileSystem(const char* n) : FileSystemLike(n) {
+    LocalFileSystem(const char *n) : FileSystemLike(n)
+    {
 
     }