mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Preparation for conversion to parameter groups 10
This commit is contained in:
parent
ba6f3a0046
commit
90c8ed5e3e
14 changed files with 63 additions and 70 deletions
|
@ -20,6 +20,8 @@
|
|||
|
||||
#include "platform.h"
|
||||
|
||||
#ifdef USE_DSHOT
|
||||
|
||||
#include "build/debug.h"
|
||||
|
||||
#include "io.h"
|
||||
|
@ -30,7 +32,7 @@
|
|||
#include "system.h"
|
||||
#include "rcc.h"
|
||||
|
||||
#ifdef USE_DSHOT
|
||||
#include "flight/mixer.h" //!!TODO remove dependency on this
|
||||
|
||||
static uint8_t dmaMotorTimerCount = 0;
|
||||
static motorDmaTimer_t dmaMotorTimers[MAX_DMA_TIMERS];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue