typo fixed

This commit is contained in:
PavelSindler 2018-04-11 18:32:27 +02:00
parent 47eab97d2d
commit 52de4891fe

View file

@ -1834,9 +1834,9 @@ static void lcd_support_menu()
MENU_ITEM(submenu, MSG_MENU_TEMPERATURES, lcd_menu_temperatures);
#if defined (VOLT_BED_PIN) || defined (VOLT_BED_PIN)
#if defined (VOLT_BED_PIN) || defined (VOLT_PWR_PIN)
MENU_ITEM(submenu, MSG_MENU_VOLTAGES, lcd_menu_voltages);
#endif //defined VOLT_BED_PIN || defined VOLT_BED_PIN
#endif //defined VOLT_BED_PIN || defined VOLT_PWR_PIN
#ifdef DEBUG_BUILD
MENU_ITEM(submenu, PSTR("Debug"), lcd_menu_debug);