1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/newlib: provide msp430 specific linker symbol names

This commit is contained in:
Kaspar Schleiser 2019-02-23 16:40:52 +01:00
parent 178e39afc2
commit 83f13b8b22

View File

@ -60,6 +60,11 @@
#define NUM_HEAPS 1
#endif
#ifdef MODULE_MSP430_COMMON
#define _sheap __heap_start__
#define _eheap __heap_end__
#endif
/**
* @brief manage the heap
*/