Fix "lv_timer.h" includes in dev (#1943)
* Fix "lv_timer.h" includes * Kick CI * Merge incoming changes * refactor(scroll): lv_obj_scroll_to_obj -> lv_obj_scroll_to_child * kick CI Co-authored-by: fvanroie <cpt_jack@msn.com> Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com> Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
@@ -27,6 +27,7 @@ extern "C" {
|
||||
* GLOBAL PROTOTYPES
|
||||
**********************/
|
||||
|
||||
|
||||
static inline LV_ATTRIBUTE_TIMER_HANDLER uint32_t lv_task_handler(void)
|
||||
{
|
||||
return lv_timer_handler();
|
||||
|
||||
Reference in New Issue
Block a user