diff options
Diffstat (limited to 'drivers/chibios/serial.c')
-rw-r--r-- | drivers/chibios/serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/chibios/serial.c b/drivers/chibios/serial.c index 26c680653..54f7e1321 100644 --- a/drivers/chibios/serial.c +++ b/drivers/chibios/serial.c | |||
@@ -6,7 +6,7 @@ | |||
6 | #include "serial.h" | 6 | #include "serial.h" |
7 | #include "wait.h" | 7 | #include "wait.h" |
8 | 8 | ||
9 | #include "hal.h" | 9 | #include <hal.h> |
10 | 10 | ||
11 | // TODO: resolve/remove build warnings | 11 | // TODO: resolve/remove build warnings |
12 | #if defined(RGBLIGHT_ENABLE) && defined(RGBLED_SPLIT) && defined(PROTOCOL_CHIBIOS) && defined(WS2812_DRIVER_BITBANG) | 12 | #if defined(RGBLIGHT_ENABLE) && defined(RGBLED_SPLIT) && defined(PROTOCOL_CHIBIOS) && defined(WS2812_DRIVER_BITBANG) |