mbed official / mbed

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

Revision:
170:e95d10626187
Parent:
158:1c57384330a6
Child:
172:65be27845400
diff -r a7c7b631e539 -r e95d10626187 platform/mbed_interface.h
--- a/platform/mbed_interface.h	Fri Jun 22 15:38:59 2018 +0100
+++ b/platform/mbed_interface.h	Thu Sep 06 13:39:34 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