stm32/h7: Added a couple of missing U(S)ART defines to the USART header

This commit is contained in:
dragonmux
2024-04-10 05:23:34 +01:00
committed by Piotr Esden-Tempski
parent 83e571db67
commit 903720f6dc

View File

@@ -46,6 +46,8 @@
#define USART6 USART6_BASE #define USART6 USART6_BASE
#define UART7 UART7_BASE #define UART7 UART7_BASE
#define UART8 UART8_BASE #define UART8 UART8_BASE
#define UART9 UART9_BASE
#define USART10 USART10_BASE
/**@}*/ /**@}*/
BEGIN_DECLS BEGIN_DECLS
@@ -55,4 +57,3 @@ END_DECLS
/**@}*/ /**@}*/
#endif #endif