Modified for BG96
Fork of mbed-dev by
Diff: targets/TARGET_STM/TARGET_STM32F4/device.h
- Revision:
- 187:0387e8f68319
- Parent:
- 149:156823d33999
diff -r 707f6e361f3e -r 0387e8f68319 targets/TARGET_STM/TARGET_STM32F4/device.h --- a/targets/TARGET_STM/TARGET_STM32F4/device.h Fri Jun 22 16:45:37 2018 +0100 +++ b/targets/TARGET_STM/TARGET_STM32F4/device.h Thu Sep 06 13:40:20 2018 +0100 @@ -36,5 +36,7 @@ #define DEVICE_ID_LENGTH 24 #include "objects.h" +/* WORKAROUND waiting for mbed-os issue 4408 to be addressed */ +#include "stm32f4xx_ll_usart.h" #endif