chore: fix comment @param orders (#4095)

This commit is contained in:
Benign X 2023-03-31 15:45:00 +08:00 committed by GitHub
parent 2e536491bf
commit 4a4c9fdd3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,8 +198,8 @@ void lv_obj_redraw(lv_draw_ctx_t * draw_ctx, lv_obj_t * obj)
/**
* Invalidate an area on display to redraw it
* @param area_p pointer to area which should be invalidated (NULL: delete the invalidated areas)
* @param disp pointer to display where the area should be invalidated (NULL can be used if there is
* @param area_p pointer to area which should be invalidated (NULL: delete the invalidated areas)
* only one display)
*/
void _lv_inv_area(lv_disp_t * disp, const lv_area_t * area_p)