mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 15:55:48 +03:00
Revert DSHOT Interrupt
This commit is contained in:
parent
792941606f
commit
d3ac73a0a0
5 changed files with 39 additions and 23 deletions
|
@ -17,7 +17,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "dma.h"
|
||||
#include "io_types.h"
|
||||
#include "timer.h"
|
||||
|
||||
|
@ -94,7 +93,6 @@ typedef struct {
|
|||
#else
|
||||
uint8_t dmaBuffer[MOTOR_DMA_BUFFER_SIZE];
|
||||
#endif
|
||||
dmaChannelDescriptor_t* dmaDescriptor;
|
||||
#if defined(STM32F7)
|
||||
TIM_HandleTypeDef TimHandle;
|
||||
DMA_HandleTypeDef hdma_tim;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue