Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: TARGET_DISCO_L496AG/TARGET_STM/TARGET_STM32L4/device.h
- Revision:
- 170:e95d10626187
- Parent:
- 165:d1b4690b3f8b
--- a/TARGET_DISCO_L496AG/TARGET_STM/TARGET_STM32L4/device.h Fri Jun 22 15:38:59 2018 +0100 +++ b/TARGET_DISCO_L496AG/TARGET_STM/TARGET_STM32L4/device.h Thu Sep 06 13:39:34 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 "stm32l4xx_ll_usart.h" #endif