Skip to content
Snippets Groups Projects
Commit 6df51201 authored by Tobias Frost's avatar Tobias Frost Committed by Scott Lahteine
Browse files

Include EXTENSIBLE_UI in single LCD sanity check (#13306)

parent 2e5a3b01
Branches
Tags
No related merge requests found
......@@ -1770,7 +1770,8 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
+ ENABLED(SAV_3DGLCD) \
+ ENABLED(OLED_PANEL_TINYBOY2) \
+ ENABLED(ZONESTAR_LCD) \
+ ENABLED(ULTI_CONTROLLER)
+ ENABLED(ULTI_CONTROLLER) \
+ ENABLED(EXTENSIBLE_UI)
#error "Please select no more than one LCD controller option."
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment