stm32f7 usart.h: add macro for usart6 and uart 7 and 8
This commit is contained in:
parent
cc8c8a2f83
commit
6e1edc3656
@ -45,6 +45,9 @@
|
|||||||
#define USART3 USART3_BASE
|
#define USART3 USART3_BASE
|
||||||
#define UART4 UART4_BASE
|
#define UART4 UART4_BASE
|
||||||
#define UART5 UART5_BASE
|
#define UART5 UART5_BASE
|
||||||
|
#define USART6 USART6_BASE
|
||||||
|
#define UART7 UART7_BASE
|
||||||
|
#define UART8 UART8_BASE
|
||||||
/**@}*/
|
/**@}*/
|
||||||
|
|
||||||
BEGIN_DECLS
|
BEGIN_DECLS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user