From 749ef6e346a32c2a73024c86750b8e83cb5f98ae Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Fri, 18 Oct 2019 12:09:28 +0200 Subject: [PATCH] cpu/msp430_common: use default newlib heap_stats --- cpu/msp430_common/include/cpu_conf.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cpu/msp430_common/include/cpu_conf.h b/cpu/msp430_common/include/cpu_conf.h index d4fbbaeea5da..09e0aa9ba41b 100644 --- a/cpu/msp430_common/include/cpu_conf.h +++ b/cpu/msp430_common/include/cpu_conf.h @@ -77,11 +77,6 @@ extern "C" { #endif /** @} */ -/** - * @brief Declare the heap_stats function as available - */ -#define HAVE_HEAP_STATS - #ifdef __cplusplus } #endif