8000 FreeRTOS: Stack size is uint32_t by toxuin · Pull Request #690 · nkolban/esp32-snippets · GitHub
[go: up one dir, main page]

Skip to content

FreeRTOS: Stack size is uint32_t #690

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

Merged
merged 1 commit into from
Oct 14, 2018
Merged

FreeRTOS: Stack size is uint32_t #690

merged 1 commit into from
Oct 14, 2018

Conversation

toxuin
Copy link
Contributor
@toxuin toxuin commented Oct 14, 2018

Stack size is defined as int, whereas underlying function asks for const uint32_t. Passing in uint32_t satisfies the criteria and excludes ambiguity.

@nkolban nkolban merged commit d9a31c2 into nkolban:master Oct 14, 2018
@toxuin toxuin deleted the freertos-stack-unsigned branch October 14, 2018 23:58
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
0