Closed
Description
Basic Infos
- This issue complies with the issue POLICY doc.
- I have read the documentation at readthedocs and the issue is not addressed there.
- I have tested that the issue is present in current master branch (aka latest git).
- I have searched the issue tracker for a similar issue.
- If there is a stack dump, I have decoded it.
- I have filled out all fields below.
Platform
- Hardware: Host tests
- Core Version: e70092c
- Development Env: esp8266 Arduino Mock
Problem Description
As noticed in the #6294 , host tests Arduino.h should be in sync with the one used to build the real firmware.
MCVE
This does not cause any immediate issues, just introduces different build settings for host. Some (but not all) examples are:
- boolean typedef
- implicit
#include <cmath>
- abs redefinition
This may cause more problems in the future, perhaps both headers should use the common source and adjust platform-specific settings.
Metadata
Metadata
Assignees
Labels
No labels