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

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
Neo Xu
2024-02-24 20:33:51 +08:00
committed by GitHub
parent 4a5f88bf52
commit b34d3f07ce
-1
View File
@@ -55,7 +55,6 @@ static void invalidate_cache(const lv_draw_buf_t * draw_buf, const lv_area_t * a
LV_ASSERT_NULL(draw_buf);
void * buf = draw_buf->data;
uint32_t stride = draw_buf->header.stride;
lv_color_format_t cf = draw_buf->header.cf;
lv_uintptr_t start;
lv_uintptr_t end;