Fix NEOPIXEL_LED compile w/out PRINTER_EVENT_LEDS (#18824)
This commit is contained in:
parent
de37196760
commit
b160e8b93f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user