chore(arc) fix typo in header file

Fixes #2219
This commit is contained in:
embeddedt
2021-04-25 09:36:51 -04:00
committed by GitHub
parent acc6ca16f3
commit 2d459c86d3
+1 -1
View File
@@ -81,7 +81,7 @@ lv_obj_t * lv_arc_create(lv_obj_t * parent);
void lv_arc_set_start_angle(lv_obj_t * arc, uint16_t start);
/**
* Set the start angle of an arc. 0 deg: right, 90 bottom, etc.
* Set the end angle of an arc. 0 deg: right, 90 bottom, etc.
* @param arc pointer to an arc object
* @param end the end angle
*/