From 903720f6dc41c8dc47f30a23a75f5cca1f859aa2 Mon Sep 17 00:00:00 2001 From: dragonmux Date: Wed, 10 Apr 2024 05:23:34 +0100 Subject: [PATCH] stm32/h7: Added a couple of missing U(S)ART defines to the USART header --- include/libopencm3/stm32/h7/usart.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/libopencm3/stm32/h7/usart.h b/include/libopencm3/stm32/h7/usart.h index f47a2730..6f052d89 100644 --- a/include/libopencm3/stm32/h7/usart.h +++ b/include/libopencm3/stm32/h7/usart.h @@ -46,6 +46,8 @@ #define USART6 USART6_BASE #define UART7 UART7_BASE #define UART8 UART8_BASE +#define UART9 UART9_BASE +#define USART10 USART10_BASE /**@}*/ BEGIN_DECLS @@ -55,4 +57,3 @@ END_DECLS /**@}*/ #endif -