From bf85348034996f9f3408f59666bef48aefb77a5f Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Wed, 7 Oct 2020 17:50:08 +1100 Subject: [PATCH] tlsf: Enable asserts --- components/heap/heap_tlsf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/components/heap/heap_tlsf.c b/components/heap/heap_tlsf.c index 20073fdc4e..8871941adc 100644 --- a/components/heap/heap_tlsf.c +++ b/components/heap/heap_tlsf.c @@ -72,7 +72,6 @@ static inline __attribute__((__always_inline__)) int tlsf_fls(unsigned int word) /* ** Set assert macro, if it has not been provided by the user. */ -#define tlsf_assert(x) #if !defined (tlsf_assert) #define tlsf_assert assert #endif