General cleanup

This commit is contained in:
Scott Lahteine
2020-08-06 00:49:15 -05:00
committed by Scott Lahteine
parent 4201a48ecf
commit e8dc7cad18
8 changed files with 9 additions and 7 deletions

View File

@ -874,7 +874,7 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
#if ENABLED(TOUCH_SCREEN_CALIBRATION)
case 995: M995(); break; // M995: Touch screen calibration for TFT display
#endif
#if ENABLED(PLATFORM_M997_SUPPORT)
case 997: M997(); break; // M997: Perform in-application firmware update
#endif