summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-07 08:44:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-07 08:44:15 -0600
commit9f0c540dc984183b3b5a5753efb43f3ee504e32b (patch)
treee3b96c163e53f7c0751758d023fd690c590d9737 /nuttx/arch/arm/src
parent7eb5111f02ae95826b270b50a25a3c11658b8707 (diff)
downloadpx4-nuttx-9f0c540dc984183b3b5a5753efb43f3ee504e32b.tar.gz
px4-nuttx-9f0c540dc984183b3b5a5753efb43f3ee504e32b.tar.bz2
px4-nuttx-9f0c540dc984183b3b5a5753efb43f3ee504e32b.zip
cosmetic
Diffstat (limited to 'nuttx/arch/arm/src')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_allocateheap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_allocateheap.c b/nuttx/arch/arm/src/stm32/stm32_allocateheap.c
index eb3964f39..5eea5c53d 100644
--- a/nuttx/arch/arm/src/stm32/stm32_allocateheap.c
+++ b/nuttx/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) */