소스 검색

tlsf: Enable asserts

Angus Gratton 5 년 전
부모
커밋
bf85348034
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      components/heap/heap_tlsf.c

+ 0 - 1
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