1
0
Fork 0
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:
Sami Korhonen 2017-09-17 13:06:34 +03:00
parent b67dcdbeb2
commit fa6112e1b8
7 changed files with 260 additions and 111 deletions

View file

@ -125,6 +125,7 @@ typedef struct {
#if defined(STM32F7)
TIM_HandleTypeDef TimHandle;
DMA_HandleTypeDef hdma_tim;
uint16_t timerDmaIndex;
#endif
} motorDmaOutput_t;