The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
170:e95d10626187
Parent:
160:5571c4ff569f
--- a/TARGET_SAKURAIO_EVB_01/TARGET_STM/stm32_assert.h	Fri Jun 22 15:38:59 2018 +0100
+++ b/TARGET_SAKURAIO_EVB_01/TARGET_STM/stm32_assert.h	Thu Sep 06 13:39:34 2018 +0100
@@ -37,7 +37,7 @@
   *         If expr is true, it returns no value.
   * @retval None
   */
-  #include "mbed_assert.h"
-  #define assert_param(expr) MBED_ASSERT(expr)
+#include "mbed_assert.h"
+#define assert_param(expr) MBED_ASSERT(expr)
 
 #endif