diff --git a/src/main/drivers/light_ws2811strip_hal.c b/src/main/drivers/light_ws2811strip_hal.c index 3080942178..03c39c5e2f 100644 --- a/src/main/drivers/light_ws2811strip_hal.c +++ b/src/main/drivers/light_ws2811strip_hal.c @@ -37,8 +37,6 @@ #include "light_ws2811strip.h" -typedef DMA_Stream_TypeDef dmaStream_t; - static IO_t ws2811IO = IO_NONE; static TIM_HandleTypeDef TimHandle;