aboutsummaryrefslogtreecommitdiff
path: root/src/misc/lv_tlsf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/lv_tlsf.h')
-rw-r--r--src/misc/lv_tlsf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/misc/lv_tlsf.h b/src/misc/lv_tlsf.h
index f12590b60..ade62970d 100644
--- a/src/misc/lv_tlsf.h
+++ b/src/misc/lv_tlsf.h
@@ -1,5 +1,5 @@
#include "../lv_conf_internal.h"
-#if LV_MEM_CUSTOM == 0
+#if LV_USE_BUILTIN_MALLOC
#ifndef LV_TLSF_H
#define LV_TLSF_H
@@ -92,4 +92,4 @@ int lv_tlsf_check_pool(lv_pool_t pool);
#endif /*LV_TLSF_H*/
-#endif /* LV_MEM_CUSTOM == 0 */
+#endif /* LV_USE_BUILTIN_MALLOC */