-
Notifications
You must be signed in to change notification settings - Fork 23
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
'SerialUSB' was not declared in this scope #57
Comments
note: forcing the use of Serial doesn't help because utility.cpp neglects to use the _SERIAL value #if PLATFORM_ARCH == PLATFORM_ARCHITECTURE_SAMD21XXX |
Compiles when I comment-out line 20 of |
Can't find |
@skaarj1989 The Board Installer is part of a Adafruit package. The enabled me to use Board Manager to install both "Arduino SAMD Boards (32-Bits ARM Cortex-M0+" and "Adafruit SAMD Boards", and finally, A little more research this morning to list the variables with |
I will submit a fix for this For a quick workaround, you can change |
Yes. I have completed my task. But it will be nice to have the your update so future upgrades will "just work" - no modifications needed |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Describe the bug
Compile fails
Using the unmodified "simple-server" example
Environment info
Expected behavior
SAMD51 should be detected correctly
Failure log
Additional context
editing platform.h (as suggested) didn't repair so reverted back
The text was updated successfully, but these errors were encountered: