Fix Azteeg X3 macro typo (#20681)

This commit is contained in:
ellensp 2021-01-06 01:23:56 +13:00 committed by Scott Lahteine
parent fd7e34312a
commit aa5ac6c3b2

View File

@ -72,7 +72,7 @@
//
// Misc
//
#if ENABLED(CASE_LIGHT_ENABLE) && PIN_EXISTS(CASE_LIGHT, STAT_LED_RED) && STAT_LED_RED_PIN == CASE_LIGHT_PIN
#if ENABLED(CASE_LIGHT_ENABLE) && PINS_EXIST(CASE_LIGHT, STAT_LED_RED) && STAT_LED_RED_PIN == CASE_LIGHT_PIN
#undef STAT_LED_RED_PIN
#endif