Fix typo in SAM3U allocheap

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3978 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-09-26 17:10:38 +00:00
parent a37aa2a1a1
commit e69a01b5ff

View File

@ -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