Fix typo in SAM3U allocheap

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3979 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-09-26 17:11:34 +00:00
parent 525214b9df
commit 7a4cbde8dc

View File

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