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

Workaround for erroneous macro expansion (isfinite) on ESP32 #102

Merged
merged 1 commit into from
Apr 12, 2021

Conversation

aentinger
Copy link
Member

Undefining isfinite and replacing its usage with std::finite fixes macro expansion issues when compiling for ESP32.

This fixes #83.

…cro expansion issues when compiling for ESP32.
@aentinger aentinger added topic: firmware Code that runs on an embedded system. priority: high type: enhancement PR to improve the project. labels Apr 12, 2021
@aentinger aentinger self-assigned this Apr 12, 2021
@aentinger aentinger merged commit 7c4fde4 into master Apr 12, 2021
@aentinger aentinger deleted the fix-esp32 branch April 12, 2021 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: high topic: firmware Code that runs on an embedded system. type: enhancement PR to improve the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix compilation for ESP32
1 participant