summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/sam3u
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-09-26 17:10:38 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-09-26 17:10:38 +0000
commita84439a682e056be25e0628385a80791b4531a77 (patch)
treeee6ebb627d2ad60754ca8f269458d877e8ad94eb /nuttx/arch/arm/src/sam3u
parent02f1d55e0b239d6e7a7f353a6456fd115b4adecb (diff)
Fix typo in SAM3U allocheap
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3978 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 1d94c1e488..2aba93e42c 100755
--- a/nuttx/arch/arm/src/sam3u/sam3u_allocateheap.c
+++ b/nuttx/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