summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-10 00:35:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-10 00:35:44 +0000
commit131b1c91b041e956fe44a3bb1847a03768a09fce (patch)
tree572995c5d3a5c1afb9df54639f3755d45a99d9b9
parente6840f34ca8b0ec6764ff13da7c5e7d7fdee9beb (diff)
downloadnuttx-131b1c91b041e956fe44a3bb1847a03768a09fce.tar.gz
nuttx-131b1c91b041e956fe44a3bb1847a03768a09fce.tar.bz2
nuttx-131b1c91b041e956fe44a3bb1847a03768a09fce.zip
Fix a typo introduce in the last big bunch of checkins for the STM32 F2
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4473 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_allocateheap.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_allocateheap.c b/nuttx/arch/arm/src/stm32/stm32_allocateheap.c
index c995239cb..e54042094 100644
--- a/nuttx/arch/arm/src/stm32/stm32_allocateheap.c
+++ b/nuttx/arch/arm/src/stm32/stm32_allocateheap.c
@@ -92,6 +92,7 @@
*/
#if defined(CONFIG_STM32_STM32F10XX)
+
/* Set the end of system SRAM */
# define SRAM1_END CONFIG_DRAM_END
@@ -133,7 +134,8 @@
* In addition, external FSMC SRAM may be available.
*/
-#elif defined(CONFIG_STM32_STM32F20XX) || defined(CONFIG_STM32_STM32F40XX
+#elif defined(CONFIG_STM32_STM32F20XX) || defined(CONFIG_STM32_STM32F40XX)
+
/* Set the end of system SRAM */
# define SRAM1_END 0x20020000