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

configUSE_TICKLESS_IDLE #12

Merged
merged 1 commit into from
Oct 11, 2024
Merged

configUSE_TICKLESS_IDLE #12

merged 1 commit into from
Oct 11, 2024

Conversation

antoinh
Copy link
Contributor

@antoinh antoinh commented Sep 16, 2024

Add a compilation guard condition around the stepTick function using the configUSE_TICKLESS_IDLE FreeRTOS flag.

Depending on the FreeRTOS config file configuration the vTaskStepTick function is not always defined. Since the stepTick function requires the configUSE_TICKLESS_IDLE to be set to 1 to function as intended it makes sense to add a guard compilation condition to prevent potential compilations issue

@jonenz jonenz merged commit 76f4d6f into jonenz:develop Oct 11, 2024
3 checks passed
@jonenz
Copy link
Owner

jonenz commented Oct 11, 2024

Thank you!

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.

2 participants