Browse Source

Fix a comment (#20629)

qwewer0 4 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
   return true;
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