chore(nema): fix build warning (#7301)

This commit is contained in:
Benign X 2024-11-18 14:28:07 +08:00 committed by GitHub
parent 67051b026a
commit c81e69ec74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -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*/

View File

@ -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*/

View File

@ -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

View File

@ -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*/

View File

@ -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*/