From 8d5fa95f4fa9b283daff1e1f7bd7003e2970e223 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 11 Dec 2020 13:45:24 +1100 Subject: Normalise include statements in core code (#11153) * Normalise include statements in core code * Missed one --- drivers/chibios/ws2812.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/chibios/ws2812.c') diff --git a/drivers/chibios/ws2812.c b/drivers/chibios/ws2812.c index b5b02fdacd..4f32e27d22 100644 --- a/drivers/chibios/ws2812.c +++ b/drivers/chibios/ws2812.c @@ -1,7 +1,7 @@ #include "quantum.h" #include "ws2812.h" -#include "ch.h" -#include "hal.h" +#include +#include /* Adapted from https://github.com/bigjosh/SimpleNeoPixelDemo/ */ -- cgit v1.2.3