From a7fd8eb203d680380341b63335540a4a0b797719 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 31 Aug 2017 11:36:18 -0600 Subject: [PATCH] Trivial removal of a blank line. --- arch/arm/src/lpc17xx/lpc17_allocateheap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/src/lpc17xx/lpc17_allocateheap.c b/arch/arm/src/lpc17xx/lpc17_allocateheap.c index 35fe14dced..f739ca3b3b 100644 --- a/arch/arm/src/lpc17xx/lpc17_allocateheap.c +++ b/arch/arm/src/lpc17xx/lpc17_allocateheap.c @@ -338,7 +338,6 @@ void up_addregion(void) /* Add the AHB SRAM user heap region. */ kumm_addregion((FAR void *)LPC17_AHB_HEAPBASE, LPC17_AHB_HEAPSIZE); - #endif #if CONFIG_MM_REGIONS >= 3