summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_allocateheap.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-27 16:20:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-27 16:20:32 +0000
commitbef5049f0198760cc241a0ef137e6c39e3edff8c (patch)
tree03464240a7be9d5267d39886c5195503aa49089b /nuttx/arch/arm/src/stm32/stm32_allocateheap.c
parente75166dbfc512e9c8d2fc717229ab3f20e45f73a (diff)
downloadpx4-nuttx-bef5049f0198760cc241a0ef137e6c39e3edff8c.tar.gz
px4-nuttx-bef5049f0198760cc241a0ef137e6c39e3edff8c.tar.bz2
px4-nuttx-bef5049f0198760cc241a0ef137e6c39e3edff8c.zip
Add NxConsole configuration for the STM3240G-EVAL board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4664 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/stm32/stm32_allocateheap.c')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_allocateheap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_allocateheap.c b/nuttx/arch/arm/src/stm32/stm32_allocateheap.c
index ecfcdb09a..cef41929e 100644
--- a/nuttx/arch/arm/src/stm32/stm32_allocateheap.c
+++ b/nuttx/arch/arm/src/stm32/stm32_allocateheap.c
@@ -203,7 +203,7 @@
* should be 3.
*/
-# ifdef (CONFIG_STM32_DMA)
+# ifdef CONFIG_STM32_DMA
# warning "CCM SRAM is included in the heap AND DMA is enabled"
# endif
# if CONFIG_MM_REGIONS != 3