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

pinctrl: Fix usage of PINCTRL_DT_DEFINE with C++ #82771

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

anobli
Copy link
Contributor

@anobli anobli commented Dec 10, 2024

Using PINCTRL_DT_DEFINE from a C++ file cause a "designator order field" error.
This updates Z_PINCTRL_STATE_INIT to respect the same order as defined in struct pinctrl_state.

Using PINCTRL_DT_DEFINE from a C++ file cause a
"designator order field" error.
This updates Z_PINCTRL_STATE_INIT to respect the same order as
defined in struct pinctrl_state.

Signed-off-by: Alexandre Bailon <[email protected]>
@kartben kartben merged commit bf8cfa7 into zephyrproject-rtos:main Dec 12, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants