Skip to content

Commit

Permalink
chore(meter): fix typo (lvgl#6318)
Browse files Browse the repository at this point in the history
  • Loading branch information
gab5987 authored Jun 1, 2024
1 parent 1ff3c20 commit 897ba9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extra/widgets/meter/lv_meter.h
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ void lv_meter_set_indicator_value(lv_obj_t * obj, lv_meter_indicator_t * indic,
void lv_meter_set_indicator_start_value(lv_obj_t * obj, lv_meter_indicator_t * indic, int32_t value);

/**
* Set the start value of the indicator.
* Set the end value of the indicator.
* @param obj pointer to a meter object
* @param indic pointer to an indicator
* @param value the new value
Expand Down

0 comments on commit 897ba9a

Please sign in to comment.