General cleanup

This commit is contained in:
Scott Lahteine
2021-04-29 08:44:56 -05:00
committed by Scott Lahteine
parent 24f0c9da11
commit 02eb4bd806
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