mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Remove up call from drivers in 'light_ws2811strip.h'.
This commit is contained in:
parent
babebe32f2
commit
e45c527cee
5 changed files with 25 additions and 18 deletions
|
@ -27,14 +27,15 @@
|
|||
|
||||
#include "build/debug.h"
|
||||
|
||||
#include "common/color.h"
|
||||
|
||||
#include "drivers/dma.h"
|
||||
#include "drivers/io.h"
|
||||
#include "drivers/nvic.h"
|
||||
#include "drivers/rcc.h"
|
||||
#include "drivers/timer.h"
|
||||
|
||||
#include "common/color.h"
|
||||
#include "light_ws2811strip.h"
|
||||
#include "dma.h"
|
||||
#include "rcc.h"
|
||||
#include "timer.h"
|
||||
|
||||
static IO_t ws2811IO = IO_NONE;
|
||||
bool ws2811Initialised = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue