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

modules: lvgl: fix initialization macro syntax #75444

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rexut
Copy link
Contributor

@rexut rexut commented Jul 4, 2024

Adding a semicolon after the do-while loop in the LV_DEV_INIT() macro also supports multiple instantiation.

This resolves #75443.

Adding a semicolon after the do-while loop in the LV_DEV_INIT()
macro also supports multiple instantiation.

Signed-off-by: Stephan Linz <[email protected]>
@zephyrbot zephyrbot added area: LVGL Light and Versatile Graphics Library Support size: XS A PR changing only a single line of code labels Jul 4, 2024
@faxe1008 faxe1008 added this to the v3.7.0 milestone Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: LVGL Light and Versatile Graphics Library Support size: XS A PR changing only a single line of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Compilation errors in "LVGL common input" on multiple instances of same node class
4 participants