Fix C builds by mcspr · Pull Request #8795 · esp8266/Arduino

added 6 commits

January 9, 2023 18:39

@mcspr

@mcspr mcspr added this to the 3.1.1 milestone

Jan 11, 2023

@mcspr mcspr deleted the fix-build-c branch

January 11, 2023 00:48

@mcspr mcspr mentioned this pull request

Jan 11, 2023

@srwi srwi mentioned this pull request

Jan 15, 2023

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)