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:
parent
525214b9df
commit
7a4cbde8dc
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user