From e69a01b5ffccf1813c1307ad6ddd5e58952ad5a2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 26 Sep 2011 17:10:38 +0000 Subject: [PATCH] Fix typo in SAM3U allocheap git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3978 42af7a65-404d-4744-a932-0658087f49c3 --- arch/arm/src/sam3u/sam3u_allocateheap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/sam3u/sam3u_allocateheap.c b/arch/arm/src/sam3u/sam3u_allocateheap.c index 1d94c1e4883..2aba93e42c2 100755 --- a/arch/arm/src/sam3u/sam3u_allocateheap.c +++ b/arch/arm/src/sam3u/sam3u_allocateheap.c @@ -143,7 +143,7 @@ void up_addregion(void) /* Allow access to the heap memory */ - sam3u_mpuheap(SAM3U_NFCSRAM_BASE, CONFIG_SAM3U_NFCSRAM_SIZE) + sam3u_mpuheap(SAM3U_NFCSRAM_BASE, CONFIG_SAM3U_NFCSRAM_SIZE); #endif } #endif