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

Unrelated includes, but necessary Arduino.h missing #6215

Merged
merged 1 commit into from
Jun 21, 2019

Conversation

dok-net
Copy link
Contributor

@dok-net dok-net commented Jun 21, 2019

The interrupts.h header includes a few headers that are not strictly needed, but the xt_rsil xt_wsr_ps are in Arduino.h, and that was not included.
Master compiles fine after cleanup.

For instance in EspSoftwareSerial, the unfixed interrupts.h forced inclusion of Arduino.h before interrupts.h, that's confusing to the human reader, this PR fixes that hidden prerequisite.

@d-a-v d-a-v merged commit d93c7e0 into esp8266:master Jun 21, 2019
@dok-net dok-net deleted the bugfix/interrupts_h branch June 21, 2019 12:08
@dok-net
Copy link
Contributor Author

dok-net commented Jun 21, 2019

@d-a-v could you merge #6217 just as quickly, please?

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