Merge pull request #5 from ajaybhargav/master

lv_page: Fix build error when Animations disabled
This commit is contained in:
Gabor Kiss-Vamosi
2017-01-03 14:34:19 +01:00
committed by GitHub

View File

@@ -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;
anim_create(&a);
}
}
#endif
}
}
/*=====================