Code comments spelling fixes
Also 2 files have tracing strings affected (shorter with 1 character): - lv_obj.c, 1078: LV_LOG_WARN - lv_hal_indev.c, 76: LV_LOG_WARN
This commit is contained in:
@@ -116,7 +116,7 @@ lv_obj_t * lv_switch_create(lv_obj_t * par, const lv_obj_t * copy)
|
||||
|
||||
/**
|
||||
* Turn ON the switch
|
||||
* @param sw pointer to a switch objec
|
||||
* @param sw pointer to a switch object
|
||||
* @param anim LV_ANOM_ON: set the value with an animation; LV_ANIM_OFF: change the value immediately
|
||||
*/
|
||||
void lv_switch_on(lv_obj_t * sw, lv_anim_enable_t anim)
|
||||
|
||||
Reference in New Issue
Block a user