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/mbed_interface.h	Fri Jun 22 16:45:37 2018 +0100
+++ b/platform/mbed_interface.h	Thu Sep 06 13:40:20 2018 +0100
@@ -135,7 +135,7 @@
  * @endcode
  *
  */
-void mbed_error_printf(const char* format, ...);
+void mbed_error_printf(const char *format, ...);
 
 /** Print out an error message.  Similar to mbed_error_printf
  * but uses a va_list.
@@ -146,7 +146,7 @@
  * @param arg       Variable arguments list
  *
  */
-void mbed_error_vfprintf(const char * format, va_list arg);
+void mbed_error_vfprintf(const char *format, va_list arg);
 /** @}*/
 
 #ifdef __cplusplus