fix(nuttx): fix compile warning (#6156)

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
Neo Xu
2024-05-03 16:04:26 +08:00
committed by GitHub
parent 4d773ae1c1
commit 2d2ea0294f

View File

@@ -47,6 +47,8 @@ typedef struct _lv_nuttx_ctx_t {
#if LV_CACHE_DEF_SIZE > 0
void * image_cache;
#else
void * dummy;
#endif
} lv_nuttx_ctx_t;