refactor(nuttx_image_cache): remove LV_CACHE_DEF_SIZE dependency (#6178)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user