From 0a68b012a11df86ce15e7a84cc26438b3654b8a3 Mon Sep 17 00:00:00 2001 From: larchuto Date: Thu, 21 Nov 2019 18:59:32 +0100 Subject: [PATCH] stm32l4: Fix typo impacting uart4 and uart5 --- include/libopencm3/stm32/l4/usart.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libopencm3/stm32/l4/usart.h b/include/libopencm3/stm32/l4/usart.h index 08d8a86b..7a546f6e 100644 --- a/include/libopencm3/stm32/l4/usart.h +++ b/include/libopencm3/stm32/l4/usart.h @@ -37,8 +37,8 @@ #define USART1 USART1_BASE #define USART2 USART2_BASE #define USART3 USART3_BASE -#define UART4 USART4_BASE -#define UART5 USART5_BASE +#define UART4 UART4_BASE +#define UART5 UART5_BASE #define LPUART1 LPUART1_BASE /**@}*/