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_NUCLEO_L496ZG/TARGET_STM/serial_api_hal.h	Fri Jun 22 15:38:59 2018 +0100
+++ b/TARGET_NUCLEO_L496ZG/TARGET_STM/serial_api_hal.h	Thu Sep 06 13:39:34 2018 +0100
@@ -47,9 +47,9 @@
  */
 
 #if DEVICE_SERIAL_ASYNCH
-    #define SERIAL_S(obj) (&((obj)->serial))
+#define SERIAL_S(obj) (&((obj)->serial))
 #else
-    #define SERIAL_S(obj) (obj)
+#define SERIAL_S(obj) (obj)
 #endif