Browse Source

Fix a comment (#20629)

vanilla_fb_2.0.x
qwewer0 4 years ago
committed by GitHub
parent
commit
5b33afb1dd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/screens/leveling_menu.cpp

2
Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/screens/leveling_menu.cpp

@ -118,4 +118,4 @@ bool LevelingMenu::onTouchEnd(uint8_t tag) {
return true;
}
#endif // BOTH(TOUCH_UI_FTDI_EVE,HAS_LEVELING)
#endif // TOUCH_UI_FTDI_EVE && HAS_LEVELING

Loading…
Cancel
Save