mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 14:12:52 +00:00
Fix NEOPIXEL_LED compile w/out PRINTER_EVENT_LEDS (#18824)
This commit is contained in:
parent
c0d8542a85
commit
b765bfa5a5
1 changed files with 1 additions and 1 deletions
|
@ -752,6 +752,6 @@
|
|||
/**
|
||||
* 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
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue