From f43207c75f16b7387bb8fd83cca59264d2127742 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 2 Jun 2020 21:07:38 +0200 Subject: [PATCH] =?UTF-8?q?MK66F18.h:=20fix=20typo:=20UARTTypeDef=20?= =?UTF-8?q?=E2=86=92=20UART=5FTypeDef?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- os/common/ext/CMSIS/KINETIS/MK66F18.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/common/ext/CMSIS/KINETIS/MK66F18.h b/os/common/ext/CMSIS/KINETIS/MK66F18.h index 432944fb..977d3970 100644 --- a/os/common/ext/CMSIS/KINETIS/MK66F18.h +++ b/os/common/ext/CMSIS/KINETIS/MK66F18.h @@ -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 */