Drop obsolete test for leading "N"

2.0.x
Scott Lahteine 9 years ago
parent eafbc5e0cc
commit 302d1bfbc4

@ -870,7 +870,7 @@ void get_command() {
} }
// if no errors, continue parsing // if no errors, continue parsing
} }
else if (npos == command) { else {
gcode_line_error(PSTR(MSG_ERR_NO_CHECKSUM)); gcode_line_error(PSTR(MSG_ERR_NO_CHECKSUM));
return; return;
} }

Loading…
Cancel
Save