Clean up after recent commits

This commit is contained in:
Scott Lahteine
2017-06-02 22:02:52 -05:00
parent fff50d3958
commit 90ccac4bcf
26 changed files with 217 additions and 263 deletions

View File

@ -183,7 +183,7 @@ void GCodeParser::parse(char *p) {
#endif
if (PARAM_TEST) {
while (*p == ' ') p++; // skip spaces vetween parameters & values
const bool has_num = DECIMAL_SIGNED(*p); // The parameter has a number [-+0-9.]