mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 15:55:48 +03:00
Fixed F3 burst DSHOT
This commit is contained in:
parent
fa3c7e0833
commit
250d2965c2
1 changed files with 2 additions and 2 deletions
|
@ -114,10 +114,10 @@ typedef struct {
|
|||
DMA_Channel_TypeDef *dmaBurstRef;
|
||||
#else
|
||||
DMA_Stream_TypeDef *dmaBurstRef;
|
||||
#endif
|
||||
uint16_t dmaBurstLength;
|
||||
#endif
|
||||
#endif
|
||||
uint32_t dmaBurstBuffer[DSHOT_DMA_BUFFER_SIZE * 4];
|
||||
#endif
|
||||
uint16_t timerDmaSources;
|
||||
} motorDmaTimer_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue