Browse Source

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

pull/942/merge
DanielePettenuzzo 6 years ago
committed by Karl Palsson
parent
commit
6e1edc3656
  1. 3
      include/libopencm3/stm32/f7/usart.h

3
include/libopencm3/stm32/f7/usart.h

@ -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…
Cancel
Save