mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 20:24:32 +02:00
tlsf: Enable asserts
This commit is contained in:
@@ -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.
|
** Set assert macro, if it has not been provided by the user.
|
||||||
*/
|
*/
|
||||||
#define tlsf_assert(x)
|
|
||||||
#if !defined (tlsf_assert)
|
#if !defined (tlsf_assert)
|
||||||
#define tlsf_assert assert
|
#define tlsf_assert assert
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user