MK66F18.h: fix typo: UARTTypeDef → UART_TypeDef
This commit is contained in:
parent
03434195e0
commit
f43207c75f
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue