typo fixed
This commit is contained in:
parent
47eab97d2d
commit
52de4891fe
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue