Fix DWIN typo

This commit is contained in:
Scott Lahteine 2020-06-17 12:59:38 -05:00
parent c7b553c7b2
commit 031f308d39

View File

@ -2743,7 +2743,7 @@ void HMI_Info(void) {
#if HAS_LEVELING #if HAS_LEVELING
checkkey = Control; checkkey = Control;
select_control.set(CONTROL_ITEMS); select_control.set(CONTROL_ITEMS);
Draw_Control_Menu() Draw_Control_Menu();
#else #else
select_page.set(3); select_page.set(3);
Goto_MainMenu(); Goto_MainMenu();