🎨 ANY => EITHER

This commit is contained in:
Scott Lahteine
2022-07-13 21:22:53 -05:00
parent 1d31b6215a
commit 2dc543c4f5
33 changed files with 46 additions and 46 deletions

View File

@@ -131,7 +131,7 @@
#error "LCD_I2C_PANELOLU2 is not supported."
#elif ENABLED(LCD_I2C_VIKI)
#error "LCD_I2C_VIKI is not supported."
#elif ANY(VIKI2, miniVIKI)
#elif EITHER(VIKI2, miniVIKI)
#error "VIKI2 / miniVIKI is not supported."
#elif ENABLED(ELB_FULL_GRAPHIC_CONTROLLER)
#error "ELB_FULL_GRAPHIC_CONTROLLER is not supported."