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

tests, samples: Fix a bunch of new instances of void main(void) #58458

Merged
merged 7 commits into from
May 31, 2023

Conversation

keith-packard
Copy link
Collaborator

Lots of new code appears to be bringing in void main(void) bits.

Zephyr now requires that main return int instead of void.

Signed-off-by: Keith Packard <[email protected]>
Zephyr now requires that main return int instead of void.

Signed-off-by: Keith Packard <[email protected]>
Zephyr now requires that main return int instead of void.

Signed-off-by: Keith Packard <[email protected]>
Zephyr now requires that main return int instead of void.

Signed-off-by: Keith Packard <[email protected]>
Zephyr now requires that main return int instead of void.

Signed-off-by: Keith Packard <[email protected]>
Zephyr now requires that main return int instead of void.

Signed-off-by: Keith Packard <[email protected]>
Zephyr now requires that main return int instead of void.

Signed-off-by: Keith Packard <[email protected]>
@carlescufi carlescufi merged commit 27aed8c into zephyrproject-rtos:main May 31, 2023
@keith-packard keith-packard deleted the int-main branch June 1, 2023 19:17
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