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 #endif
/** @} */ /** @} */
/**
* @brief Declare the heap_stats function as available
*/
#define HAVE_HEAP_STATS
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif