0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-30 21:58:06 +00:00

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
checkkey = Control;
select_control.set(CONTROL_ITEMS);
Draw_Control_Menu()
Draw_Control_Menu();
#else
select_page.set(3);
Goto_MainMenu();