fix(nuttx): fix compile warning (#6156)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
@@ -47,6 +47,8 @@ typedef struct _lv_nuttx_ctx_t {
|
|||||||
|
|
||||||
#if LV_CACHE_DEF_SIZE > 0
|
#if LV_CACHE_DEF_SIZE > 0
|
||||||
void * image_cache;
|
void * image_cache;
|
||||||
|
#else
|
||||||
|
void * dummy;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
} lv_nuttx_ctx_t;
|
} lv_nuttx_ctx_t;
|
||||||
|
|||||||
Reference in New Issue
Block a user