From b015018db284abe7f70e922ec964fd4b90291237 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 21 Nov 2013 14:46:49 -0600 Subject: [PATCH] LPC-H3131: SDRAM timing update. Still does not work --- arch/arm/src/lpc31xx/lpc31_allocateheap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/lpc31xx/lpc31_allocateheap.c b/arch/arm/src/lpc31xx/lpc31_allocateheap.c index 5a935a5482b..1dd83d9f2a5 100644 --- a/arch/arm/src/lpc31xx/lpc31_allocateheap.c +++ b/arch/arm/src/lpc31xx/lpc31_allocateheap.c @@ -113,7 +113,7 @@ # error "External SRAM1 is selected for heap" # endif # if defined(CONFIG_LPC31_EXTDRAM) && defined(CONFIG_LPC31_EXTDRAMHEAP) -# error "External SRAM1 is selected for heap" +# error "External DRAM is selected for heap" # endif #endif