Skip to content

Commit e283f15

Browse files
authored
🩹 Fix Overlord compile (MarlinFirmware#24947)
1 parent 16faa29 commit e283f15

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Marlin/src/feature/leds/leds.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,6 @@
3030

3131
#include "leds.h"
3232

33-
#if ENABLED(BLINKM)
34-
#include "blinkm.h"
35-
#endif
36-
37-
#if ENABLED(PCA9632)
38-
#include "pca9632.h"
39-
#endif
40-
41-
#if ENABLED(PCA9533)
42-
#include "pca9533.h"
43-
#endif
44-
4533
#if EITHER(CASE_LIGHT_USE_RGB_LED, CASE_LIGHT_USE_NEOPIXEL)
4634
#include "../../feature/caselight.h"
4735
#endif

Marlin/src/feature/leds/leds.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,18 @@
4040
#undef _NEOPIXEL_INCLUDE_
4141
#endif
4242

43+
#if ENABLED(BLINKM)
44+
#include "blinkm.h"
45+
#endif
46+
47+
#if ENABLED(PCA9533)
48+
#include "pca9533.h"
49+
#endif
50+
51+
#if ENABLED(PCA9632)
52+
#include "pca9632.h"
53+
#endif
54+
4355
/**
4456
* LEDcolor type for use with leds.set_color
4557
*/

0 commit comments

Comments
 (0)