diff options
author | Drashna Jaelre <drashna@live.com> | 2019-06-05 17:11:34 -0700 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2019-06-06 09:11:34 +0900 |
commit | 9b248baf4399a6cbe3688a437cdbec7b267f8631 (patch) | |
tree | ee462740daa5654f35fc01d4ea6b8b36559e1b95 /drivers/avr/apa102.h | |
parent | f781b36aaa88f8748d9db62f9980d8bb9bd35e9b (diff) |
Moving rgb typedefs into a single location (#5978) (#69)
Because someone named the define poorly
Using full relative path as handwired/promethium has a color.h file
Diffstat (limited to 'drivers/avr/apa102.h')
-rwxr-xr-x | drivers/avr/apa102.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/avr/apa102.h b/drivers/avr/apa102.h index e7d7c3684f..5d852e0673 100755 --- a/drivers/avr/apa102.h +++ b/drivers/avr/apa102.h @@ -25,7 +25,7 @@ #include <avr/io.h> #include <avr/interrupt.h> -#include "rgblight_types.h" +#include "color.h" /* User Interface |