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

Fix C builds #8795

Merged
merged 7 commits into from
Jan 11, 2023
Merged

Fix C builds #8795

merged 7 commits into from
Jan 11, 2023

Conversation

mcspr
Copy link
Collaborator

@mcspr mcspr commented Jan 9, 2023

Missing stdbool.h for 'bool' in features .h, at least one user is arduinoWebSockets

Also noticed and removed default argument from crc32() in internal .h that may be used in .c
(not sure how it worked at all, but at least in our .cpp Gcc somehow figured out it is a no overload solution)

fix #8794

@mcspr mcspr added this to the 3.1.1 milestone Jan 11, 2023
@mcspr mcspr merged commit 840ef78 into esp8266:master Jan 11, 2023
@mcspr mcspr deleted the fix-build-c branch January 11, 2023 00:48
hasenradball pushed a commit to hasenradball/Arduino that referenced this pull request Nov 18, 2024
Missing stdbool.h for 'bool' in features .h, at least one user is arduinoWebSockets
Adds minimal headers sanity-check script to verify that C builds work as expected

Also noticed and removed default argument from crc32() in internal .h that may be used in .c
(not sure how extern C & default worked simultaniously, but at least in our .cpp Gcc somehow figured out it is a no overload solution)
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.

core_esp8266_features.h
2 participants