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

delay.h issue #16

Open
brorgustav opened this issue Feb 20, 2021 · 1 comment
Open

delay.h issue #16

brorgustav opened this issue Feb 20, 2021 · 1 comment

Comments

@brorgustav
Copy link

brorgustav commented Feb 20, 2021

cannot compile this library anymore on MKRzero, stops at "Arduino/Sketches/libraries/USB_Host_Library_SAMD/src/usbhub.cpp:18:10: fatal error: delay.h: No such file or directory".

@lilweege
Copy link

Unfortunately the Arduino SAMD Boards package changed in version 1.8.9; later versions do not contain delay.h, only delay.c.
You should either install version 1.8.9 or earlier, or modify usbhub.cpp on line 18 to include delay.c rather than delay.h on the newer version.

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

No branches or pull requests

2 participants