mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-23 01:33:59 +08:00
chore(nema): fix build warning (#7301)
This commit is contained in:
parent
67051b026a
commit
c81e69ec74
@ -119,4 +119,4 @@ void lv_draw_nema_gfx_arc(lv_draw_unit_t * draw_unit, const lv_draw_arc_dsc_t *
|
||||
} /*extern "C"*/
|
||||
#endif
|
||||
|
||||
#endif /*LV_DRAW_NEMA_GFX_H*/
|
||||
#endif /*LV_DRAW_NEMA_GFX_H*/
|
||||
|
@ -54,4 +54,4 @@ void lv_draw_nema_gfx_layer(lv_draw_unit_t * draw_unit, const lv_draw_image_dsc_
|
||||
lv_draw_nema_gfx_img(draw_unit, &new_draw_dsc, coords);
|
||||
}
|
||||
|
||||
#endif /*LV_USE_NEMA_GFX*/
|
||||
#endif /*LV_USE_NEMA_GFX*/
|
||||
|
@ -90,4 +90,4 @@ void lv_draw_nema_gfx_line(lv_draw_unit_t * draw_unit, const lv_draw_line_dsc_t
|
||||
nema_cl_submit(&(draw_nema_gfx_unit->cl));
|
||||
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
@ -140,4 +140,4 @@ bool lv_nemagfx_is_cf_supported(lv_color_format_t cf)
|
||||
return true;
|
||||
}
|
||||
|
||||
#endif /*LV_USE_NEMA_GFX*/
|
||||
#endif /*LV_USE_NEMA_GFX*/
|
||||
|
@ -129,4 +129,4 @@ void lv_nemagfx_grad_set(NEMA_VG_GRAD_HANDLE gradient, lv_grad_dsc_t lv_grad, lv
|
||||
} /*extern "C"*/
|
||||
#endif
|
||||
|
||||
#endif /*LV_DRAW_NEMA_GFX_UTILS_H*/
|
||||
#endif /*LV_DRAW_NEMA_GFX_UTILS_H*/
|
||||
|
Loading…
Reference in New Issue
Block a user