From 1e6524cac85395c615b9d66c995343f76ee5eb62 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 28 Oct 2014 09:26:06 -0600 Subject: [PATCH] EFM32G: Fix typo in memory map header file --- arch/arm/src/efm32/chip/efm32g_memorymap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/efm32/chip/efm32g_memorymap.h b/arch/arm/src/efm32/chip/efm32g_memorymap.h index 595bd96887..18fc11d243 100644 --- a/arch/arm/src/efm32/chip/efm32g_memorymap.h +++ b/arch/arm/src/efm32/chip/efm32g_memorymap.h @@ -77,7 +77,7 @@ #define EFM32_USART0_BASE 0x4000c000 /* USART0 base address */ #define EFM32_USART1_BASE 0x4000c400 /* USART1 base address */ #define EFM32_USART2_BASE 0x4000c800 /* USART2 base address */ -#define EFM32_UART0_BASE 0x4000e00 /* UART0 base address */ +#define EFM32_UART0_BASE 0x4000e000 /* UART0 base address */ #define EFM32_TIMER0_BASE 0x40010000 /* TIMER0 base address */ #define EFM32_TIMER1_BASE 0x40010400 /* TIMER1 base address */ #define EFM32_TIMER2_BASE 0x40010800 /* TIMER2 base address */