Suppress warnings

This commit is contained in:
esenapaj
2016-04-30 18:51:18 +09:00
parent 6121c9018a
commit 58177a1602
4 changed files with 19 additions and 7 deletions

View File

@ -542,6 +542,8 @@ MarlinSerial customizedSerial;
case state_M410:
quickstop_stepper();
break;
default:
break;
}
state = state_RESET;
}