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

Fix compile error for M0 boards #458

Merged
merged 1 commit into from
Jul 12, 2020
Merged

Fix compile error for M0 boards #458

merged 1 commit into from
Jul 12, 2020

Conversation

soundanalogous
Copy link
Member

@soundanalogous soundanalogous commented Jul 12, 2020

FIRMATA_SERIAL_RX_DELAY being defined by default resulted SERIAL_RX_BUFFER_SIZE not being defined for Arduino M0 boards, resulting in a compile error. Temporary fix is to keep FIRMATA_SERIAL_RX_DELAY commented out by default.
@jnsbyr FYI.

@soundanalogous
Copy link
Member Author

soundanalogous commented Jul 12, 2020

Fixes issue #457

@soundanalogous soundanalogous merged commit 6e6b5c8 into master Jul 12, 2020
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.

1 participant