Merge pull request #5 from ajaybhargav/master
lv_page: Fix build error when Animations disabled
This commit is contained in:
@@ -400,8 +400,8 @@ void lv_page_focus(lv_obj_t * page, lv_obj_t * obj, bool anim_en)
|
|||||||
a.fp = (anim_fp_t) lv_obj_set_y;
|
a.fp = (anim_fp_t) lv_obj_set_y;
|
||||||
anim_create(&a);
|
anim_create(&a);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*=====================
|
/*=====================
|
||||||
|
|||||||
Reference in New Issue
Block a user