mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 19:13:51 +01:00
Other archs use `_sheap` and `_eheap` to mark the start and end of the heap. fe310 uses `_heap_start` and `_heap_end`, so platform independent code that wants to make use of this will needlessly fail. For compatibility with common code, name them the same on fe310.