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

Doesn't compile for SAMD51 and probably SAMD21 because of eeprom #21

Closed
makermelissa opened this issue Apr 6, 2019 · 1 comment · Fixed by #22
Closed

Doesn't compile for SAMD51 and probably SAMD21 because of eeprom #21

makermelissa opened this issue Apr 6, 2019 · 1 comment · Fixed by #22
Assignees
Labels

Comments

@makermelissa
Copy link
Contributor

When a feature was merged in to allow calibration persistence, adding #include <EEPROM.h> caused compilation for the SAMD51 to stop working. I need to go through and add some IFDEFs around it so it still works for Arduino, but it turned off for other boards.

@makermelissa makermelissa self-assigned this Apr 6, 2019
@makermelissa
Copy link
Contributor Author

Ok, I set up a Travis.yml file and it's failing on the following boards for the same reason: M4, Zero, and Due.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant