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:
parent
49d6f92701
commit
fbbc43e3d2
2 changed files with 4 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue