From d8738e2db21b3518b97696b170bfd4ce99ab47c4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 26 Sep 2011 17:11:34 +0000 Subject: Fix typo in SAM3U allocheap git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3979 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/src/sam3u/sam3u_allocateheap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx/arch/arm/src/sam3u/sam3u_allocateheap.c b/nuttx/arch/arm/src/sam3u/sam3u_allocateheap.c index 2aba93e42..f266fd754 100755 --- a/nuttx/arch/arm/src/sam3u/sam3u_allocateheap.c +++ b/nuttx/arch/arm/src/sam3u/sam3u_allocateheap.c @@ -134,7 +134,7 @@ void up_addregion(void) /* Allow access to the heap memory */ - sam3u_mpuheap(SAM3U_INTSRAM1_BASE, CONFIG_SAM3U_SRAM1_SIZE) + sam3u_mpuheap(SAM3U_INTSRAM1_BASE, CONFIG_SAM3U_SRAM1_SIZE); /* Add the region */ -- cgit v1.2.3