1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00

Remove an artifact from DMA unification (#8638)

Remove an artifact from DMA unification
This commit is contained in:
Michael Keller 2019-08-03 10:07:48 +12:00 committed by GitHub
commit d8510603a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,8 +37,6 @@
#include "light_ws2811strip.h"
typedef DMA_Stream_TypeDef dmaStream_t;
static IO_t ws2811IO = IO_NONE;
static TIM_HandleTypeDef TimHandle;