mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
F7 Dshot hack
This commit is contained in:
parent
b67dcdbeb2
commit
fa6112e1b8
7 changed files with 260 additions and 111 deletions
|
@ -125,6 +125,7 @@ typedef struct {
|
|||
#if defined(STM32F7)
|
||||
TIM_HandleTypeDef TimHandle;
|
||||
DMA_HandleTypeDef hdma_tim;
|
||||
uint16_t timerDmaIndex;
|
||||
#endif
|
||||
} motorDmaOutput_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue