stm32f7 usart.h: add macro for usart6 and uart 7 and 8

This commit is contained in:
DanielePettenuzzo 2018-07-09 18:59:46 +02:00 committed by Karl Palsson
parent cc8c8a2f83
commit 6e1edc3656

View File

@ -45,6 +45,9 @@
#define USART3 USART3_BASE
#define UART4 UART4_BASE
#define UART5 UART5_BASE
#define USART6 USART6_BASE
#define UART7 UART7_BASE
#define UART8 UART8_BASE
/**@}*/
BEGIN_DECLS