General cleanup

This commit is contained in:
Scott Lahteine
2020-08-08 00:17:09 -05:00
parent fd646d0d66
commit 97cb0a8c3e
2 changed files with 3 additions and 2 deletions
+2
View File
@@ -28,7 +28,9 @@
* M997: Perform in-application firmware update
*/
void GcodeSuite::M997() {
flashFirmware(parser.intval('S'));
}
#endif