mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
add missing 'iniline'
This commit is contained in:
parent
eacf2e5b93
commit
b9692ee798
@ -97,7 +97,7 @@ static inline void lv_slider_set_range(lv_obj_t * slider, int16_t min, int16_t m
|
|||||||
* @param slider pointer to a bar object
|
* @param slider pointer to a bar object
|
||||||
* @param anim_time the animation time in milliseconds.
|
* @param anim_time the animation time in milliseconds.
|
||||||
*/
|
*/
|
||||||
static void lv_slider_set_anim_time(lv_obj_t * slider, uint16_t anim_time)
|
static inline void lv_slider_set_anim_time(lv_obj_t * slider, uint16_t anim_time)
|
||||||
{
|
{
|
||||||
lv_bar_set_anim_time(slider, anim_time);
|
lv_bar_set_anim_time(slider, anim_time);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user