Skip to content

Commit

Permalink
🩹 Fix Overlord compile (#24947)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mekadrom authored and thinkyhead committed Dec 16, 2022
1 parent 6ea192a commit 847391c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Marlin/src/feature/leds/leds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@

#include "leds.h"

#if ENABLED(BLINKM)
#include "blinkm.h"
#endif

#if ENABLED(PCA9632)
#include "pca9632.h"
#endif

#if ENABLED(PCA9533)
#include "pca9533.h"
#endif

#if EITHER(CASE_LIGHT_USE_RGB_LED, CASE_LIGHT_USE_NEOPIXEL)
#include "../../feature/caselight.h"
#endif
Expand Down
12 changes: 12 additions & 0 deletions Marlin/src/feature/leds/leds.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@
#undef _NEOPIXEL_INCLUDE_
#endif

#if ENABLED(BLINKM)
#include "blinkm.h"
#endif

#if ENABLED(PCA9533)
#include "pca9533.h"
#endif

#if ENABLED(PCA9632)
#include "pca9632.h"
#endif

/**
* LEDcolor type for use with leds.set_color
*/
Expand Down

0 comments on commit 847391c

Please sign in to comment.