MK66F18.h: fix typo: UARTTypeDef → UART_TypeDef

This commit is contained in:
Michael Stapelberg 2020-06-02 21:07:38 +02:00
parent 03434195e0
commit f43207c75f
1 changed files with 1 additions and 1 deletions

View File

@ -17096,7 +17096,7 @@ typedef struct {
/** Peripheral UART4 base address */
#define UART4_BASE (0x400EA000u)
/** Peripheral UART4 base pointer */
#define UART4 ((UARTTypeDef *)UART4_BASE)
#define UART4 ((UART_TypeDef *)UART4_BASE)
/** Array initializer of UART peripheral base addresses */
#define UARTx_BASE_ADDRS { UART0_BASE, UART1_BASE, UART2_BASE, UART3_BASE, UART4_BASE }
/** Array initializer of UART peripheral base pointers */