diff options
Diffstat (limited to 'drivers/chibios/ws2812.c')
-rw-r--r-- | drivers/chibios/ws2812.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/chibios/ws2812.c b/drivers/chibios/ws2812.c index 504fb4f07..59ed90374 100644 --- a/drivers/chibios/ws2812.c +++ b/drivers/chibios/ws2812.c | |||
@@ -1,7 +1,7 @@ | |||
1 | #include "quantum.h" | 1 | #include "quantum.h" |
2 | #include "ws2812.h" | 2 | #include "ws2812.h" |
3 | #include "ch.h" | 3 | #include <ch.h> |
4 | #include "hal.h" | 4 | #include <hal.h> |
5 | 5 | ||
6 | /* Adapted from https://github.com/bigjosh/SimpleNeoPixelDemo/ */ | 6 | /* Adapted from https://github.com/bigjosh/SimpleNeoPixelDemo/ */ |
7 | 7 | ||