-
Notifications
You must be signed in to change notification settings - Fork 51
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 Teensy 3.2 (release 3.0.2) #87
Comments
ssilverman
changed the title
Doesn't compile for Teensy 3.2
Doesn't compile for Teensy 3.2 (release 3.0.2)
Feb 26, 2019
My fix in size_t MockPrint::write(const uint8_t *buffer, size_t size) {
#ifdef TEENSYDUINO
append((const char *)buffer, size);
#else
concat((const char *)buffer, size);
#endif
return size;
} |
Sorry took a bit to think about what this was doing. Can you make a Pull Request & I will encorporate your change? |
@wmacevoy Thanks for merging this! Would you consider cutting a new release so we can use it easily in the Arduino IDE? |
3.0.3+ has the merge. |
Excellent - thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error message:
The text was updated successfully, but these errors were encountered: