diff options
Diffstat (limited to 'src/core/lv_obj.h')
-rw-r--r-- | src/core/lv_obj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lv_obj.h b/src/core/lv_obj.h index c89e46099..97c74bac6 100644 --- a/src/core/lv_obj.h +++ b/src/core/lv_obj.h @@ -201,7 +201,7 @@ typedef struct _lv_obj_t { */ void lv_init(void); -#if LV_ENABLE_GC || !LV_MEM_CUSTOM +#if LV_ENABLE_GC || LV_USE_BUILTIN_MALLOC /** * Deinit the 'lv' library |