mbed library sources. Supersedes mbed-src.

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

Revision:
187:0387e8f68319
Parent:
186:707f6e361f3e
Child:
188:bcfe06ba3d64
--- a/platform/FileHandle.h	Fri Jun 22 16:45:37 2018 +0100
+++ b/platform/FileHandle.h	Thu Sep 06 13:40:20 2018 +0100
@@ -69,7 +69,7 @@
      * * if some data can be written, and non-blocking set, write partial
      *
      *  @param buffer   The buffer to write from
-     *  @param size     The number of bytes to write 
+     *  @param size     The number of bytes to write
      *  @return         The number of bytes written, negative error on failure
      */
     virtual ssize_t write(const void *buffer, size_t size) = 0;