Modified for BG96
Fork of mbed-dev by
Diff: targets/TARGET_STM/serial_api_hal.h
- Revision:
- 187:0387e8f68319
- Parent:
- 180:96ed750bd169
--- a/targets/TARGET_STM/serial_api_hal.h Fri Jun 22 16:45:37 2018 +0100 +++ b/targets/TARGET_STM/serial_api_hal.h Thu Sep 06 13:40:20 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