Implausible

This commit is contained in:
Scott Lahteine
2019-09-11 02:46:52 -05:00
parent 3648bce886
commit f9992c5f33
5 changed files with 11 additions and 11 deletions

View File

@ -67,7 +67,7 @@ void GcodeSuite::M575() {
#endif
} break;
default: SERIAL_ECHO_MSG("?(B)aud rate is implausible.");
default: SERIAL_ECHO_MSG("?(B)aud rate implausible.");
}
}