refactor(nuttx_image_cache): remove LV_CACHE_DEF_SIZE dependency (#6178)

This commit is contained in:
Benign X
2024-05-07 20:28:14 +08:00
committed by GitHub
parent 417d78bead
commit 01b6861384
4 changed files with 5 additions and 15 deletions

View File

@@ -104,9 +104,7 @@ void lv_nuttx_init(const lv_nuttx_dsc_t * dsc, lv_nuttx_result_t * result)
lv_nuttx_cache_init();
#if LV_CACHE_DEF_SIZE > 0
lv_nuttx_image_cache_init();
#endif
#if LV_USE_PROFILER && LV_USE_PROFILER_BUILTIN
lv_nuttx_profiler_init();