Browse Source

Fix a comment (#20629)

qwewer0 3 years ago
parent
commit
5b33afb1dd
No account linked to committer's email address

+ 1
- 1
Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/screens/leveling_menu.cpp View File

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

Loading…
Cancel
Save