Merge pull request #1 from Lauszus/dev

Added _pvHeapStart entry
This commit is contained in:
László Monda
2018-05-06 20:23:16 +02:00
committed by GitHub

View File

@@ -238,6 +238,7 @@ SECTIONS
. = ALIGN(8);
__end__ = .;
PROVIDE(end = .);
_pvHeapStart = .; /* Add for _sbrk */
__HeapBase = .;
. += HEAP_SIZE;
__HeapLimit = .;