From db504f2e604d0d4c2e06e3f3d7ac7ae78153a05f Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 27 Apr 2012 16:20:32 +0000 Subject: [PATCH] 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 --- arch/arm/src/stm32/stm32_allocateheap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/stm32/stm32_allocateheap.c b/arch/arm/src/stm32/stm32_allocateheap.c index ecfcdb09a03..cef41929e17 100644 --- a/arch/arm/src/stm32/stm32_allocateheap.c +++ b/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