From 7fcbf3f151545cfd47e45748e5d91ed5db29fe80 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 7 Apr 2013 08:44:15 -0600 Subject: [PATCH] cosmetic --- arch/arm/src/stm32/stm32_allocateheap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/src/stm32/stm32_allocateheap.c b/arch/arm/src/stm32/stm32_allocateheap.c index eb3964f390..5eea5c53d3 100644 --- a/arch/arm/src/stm32/stm32_allocateheap.c +++ b/arch/arm/src/stm32/stm32_allocateheap.c @@ -233,9 +233,9 @@ /* Set the end of system SRAM */ # if defined(CONFIG_STM32_STM32F427) -# define SRAM1_END 0x20030000 +# define SRAM1_END 0x20030000 # else -# define SRAM1_END 0x20020000 +# define SRAM1_END 0x20020000 # endif /* Set the range of CCM SRAM as well (although we may not use it) */