mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Revert DSHOT Interrupt
This commit is contained in:
parent
792941606f
commit
d3ac73a0a0
5 changed files with 39 additions and 23 deletions
|
@ -129,7 +129,7 @@ typedef enum {
|
|||
#define DMA_IT_TEIF ((uint32_t)0x00000008)
|
||||
|
||||
dmaIdentifier_e dmaGetIdentifier(const DMA_Channel_TypeDef* channel);
|
||||
dmaChannelDescriptor_t* getDmaDescriptor(const DMA_Channel_TypeDef* channel);
|
||||
|
||||
#endif
|
||||
|
||||
void dmaInit(dmaIdentifier_e identifier, resourceOwner_e owner, uint8_t resourceIndex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue