1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Optimisation of driver header files

This commit is contained in:
Martin Budden 2016-08-04 00:55:16 +01:00 committed by borisbstyle
parent 4bb0816122
commit 07adf66bbb
100 changed files with 212 additions and 138 deletions

View file

@ -23,10 +23,11 @@
#ifdef LED_STRIP
#include "common/color.h"
#include "drivers/light_ws2811strip.h"
#include "light_ws2811strip.h"
#include "nvic.h"
#include "io.h"
#include "dma.h"
#include "rcc.h"
#include "timer.h"
static IO_t ws2811IO = IO_NONE;