From aeea9bc09597166c6bcdc61c387c6655ca440999 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 14 Dec 2023 14:06:03 -0800 Subject: [PATCH] Fixup the previous PR to use the correct house style for the include --- .../src/kaleidoscope/plugin/LEDEffect-BootAnimation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Kaleidoscope-LEDEffect-BootAnimation/src/kaleidoscope/plugin/LEDEffect-BootAnimation.cpp b/plugins/Kaleidoscope-LEDEffect-BootAnimation/src/kaleidoscope/plugin/LEDEffect-BootAnimation.cpp index a958cae7f5..3bde736c85 100644 --- a/plugins/Kaleidoscope-LEDEffect-BootAnimation/src/kaleidoscope/plugin/LEDEffect-BootAnimation.cpp +++ b/plugins/Kaleidoscope-LEDEffect-BootAnimation/src/kaleidoscope/plugin/LEDEffect-BootAnimation.cpp @@ -15,7 +15,7 @@ * this program. If not, see . */ -#include "Kaleidoscope-LEDEffect-BootAnimation.h" +#include "kaleidoscope/plugin/LEDEffect-BootAnimation.h" #include // for PROGMEM, pgm_read_byte #include // for uint16_t, uint8_t