Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "lv_timer.h" includes in dev #1943

Merged
merged 7 commits into from
Dec 2, 2020
Merged

Fix "lv_timer.h" includes in dev #1943

merged 7 commits into from
Dec 2, 2020

Conversation

fvanroie
Copy link
Contributor

@fvanroie fvanroie commented Dec 1, 2020

Small fix for the #include path of "lv_timer.h" in some headers, as noted in my first v8 remarks:

lv_timer.h is sometimes included as <lvgl/src/lv_misc/lv_timer.h> which throws off the compiler. I have replaced these includes by "lv_timer.h" (related to this commit: refactor(tmr): rename lv_tmr to lv_timer)

@fvanroie fvanroie changed the title Fix "lv_timer.h" includes Fix "lv_timer.h" includes in dev Dec 1, 2020
Copy link
Member

@embeddedt embeddedt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI is taking excessively long to start; I will merge this once it finishes.

EDIT: GitHub Actions is probably down.

@kisvegabor kisvegabor merged commit 37dcfab into lvgl:dev Dec 2, 2020
@kisvegabor
Copy link
Member

I've just made the test successfully work again.

All changes look good, thank you for the fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants