update lv_anim.h

This commit is contained in:
Gabor Kiss-Vamosi
2019-05-27 05:47:59 +02:00
parent d1e59483b4
commit b6a86f31d7

View File

@@ -99,7 +99,7 @@ void lv_anim_core_init(void);
void lv_anim_init(lv_anim_t * a);
/**
* Set a function to execute by the aniamtion
* Set a variable to animate function to execute on `var`
* @param a pointer to an initialized `lv_anim_t` variable
* @param var pointer to a variable to animate
* @param exec_cb a function to execute.