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

Indicate noreturn for main #35

Merged
merged 1 commit into from
Sep 15, 2024
Merged

Indicate noreturn for main #35

merged 1 commit into from
Sep 15, 2024

Conversation

SvenHaedrich
Copy link
Owner

The main function will never return, because
vTaskStartScheduler never returns.

The main function will never return, because
`vTaskStartScheduler` never returns.
@SvenHaedrich SvenHaedrich merged commit e4eb7e2 into main Sep 15, 2024
1 check passed
@SvenHaedrich SvenHaedrich deleted the main-does-not-return branch October 6, 2024 12:17
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.

1 participant