Added missing HEAP_RAM definition

linker was generating a warning, and tests were failing on "Heap, allocation and fragmentation test"
This commit is contained in:
sdalu 2016-02-02 00:42:30 +01:00
parent 2bc5a485a9
commit 4bf25efd24
1 changed files with 2 additions and 0 deletions

View File

@ -44,5 +44,7 @@ REGION_ALIAS("DATA_RAM", ram0);
/* RAM region to be used for BSS segment.*/
REGION_ALIAS("BSS_RAM", ram0);
/* RAM region to be used for HEAP segment.*/
REGION_ALIAS("HEAP_RAM", ram0);
INCLUDE rules.ld