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:
parent
178e39afc2
commit
83f13b8b22
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user