summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/sam3u
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-09-26 17:11:34 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-09-26 17:11:34 +0000
commit0f5761fc3d5b1a9ef8ad33757c898670aee3f1f1 (patch)
tree84a785a100c5ea7819df1707ab89bf133c3fdd86 /nuttx/arch/arm/src/sam3u
parenta84439a682e056be25e0628385a80791b4531a77 (diff)
Fix typo in SAM3U allocheap
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3979 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/arch/arm/src/sam3u')
-rwxr-xr-xnuttx/arch/arm/src/sam3u/sam3u_allocateheap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/sam3u/sam3u_allocateheap.c b/nuttx/arch/arm/src/sam3u/sam3u_allocateheap.c
index 2aba93e42c..f266fd7549 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 */