General cleanup

This commit is contained in:
Scott Lahteine
2020-08-06 00:49:15 -05:00
parent 41718cf55f
commit a9912681b4
8 changed files with 9 additions and 7 deletions

View File

@@ -22,13 +22,15 @@
#include "../../inc/MarlinConfigPre.h"
#if ENABLED(TOUCH_SCREEN_CALIBRATION)
#if BOTH(HAS_LCD_MENU, TOUCH_SCREEN_CALIBRATION)
#include "menu.h"
#include "../ultralcd.h"
void touch_screen_calibration() {
ui.touch_calibration();
}
#endif // TOUCH_SCREEN_CALIBRATION