1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 01:23:49 +01:00

cpu/msp430_common: use default newlib heap_stats

This commit is contained in:
Kaspar Schleiser 2019-10-18 12:09:28 +02:00
parent c722b4f861
commit 8753457e45

View File

@ -89,11 +89,6 @@ extern "C" {
#endif
/** @} */
/**
* @brief Declare the heap_stats function as available
*/
#define HAVE_HEAP_STATS
#ifdef __cplusplus
}
#endif