1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 06:45:16 +03:00

Removing DMA interrupt for dshot on F4

This commit is contained in:
blckmn 2017-01-09 21:50:10 +11:00
parent 49d6f92701
commit fbbc43e3d2
2 changed files with 4 additions and 13 deletions

View file

@ -86,6 +86,7 @@ typedef struct {
#else
uint8_t dmaBuffer[MOTOR_DMA_BUFFER_SIZE];
#endif
uint32_t dmaFlag;
#if defined(STM32F7)
TIM_HandleTypeDef TimHandle;
DMA_HandleTypeDef hdma_tim;