Fix NEOPIXEL_LED compile w/out PRINTER_EVENT_LEDS (#18824)

This commit is contained in:
MoellerDi 2020-07-29 03:19:12 +02:00 committed by Scott Lahteine
parent de37196760
commit b160e8b93f

View File

@ -752,6 +752,6 @@
/** /**
* To check if we need the folder src/features/leds * To check if we need the folder src/features/leds
*/ */
#if ANY(TEMP_STAT_LEDS, HAS_COLOR_LEDS, HAS_CASE_LIGHT, PRINTER_EVENT_LEDS, LED_BACKLIGHT_TIMEOUT, PCA9632_BUZZER, LED_CONTROL_MENU) #if ANY(TEMP_STAT_LEDS, HAS_COLOR_LEDS, HAS_CASE_LIGHT, PRINTER_EVENT_LEDS, LED_BACKLIGHT_TIMEOUT, PCA9632_BUZZER, LED_CONTROL_MENU, NEOPIXEL_LED)
#define HAS_LED_FEATURE 1 #define HAS_LED_FEATURE 1
#endif #endif