1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Fixed F3 burst DSHOT

This commit is contained in:
Andrey Mironov 2018-02-20 09:12:56 +03:00
parent fa3c7e0833
commit 250d2965c2

View file

@ -114,10 +114,10 @@ typedef struct {
DMA_Channel_TypeDef *dmaBurstRef; DMA_Channel_TypeDef *dmaBurstRef;
#else #else
DMA_Stream_TypeDef *dmaBurstRef; DMA_Stream_TypeDef *dmaBurstRef;
#endif
uint16_t dmaBurstLength; uint16_t dmaBurstLength;
#endif
#endif
uint32_t dmaBurstBuffer[DSHOT_DMA_BUFFER_SIZE * 4]; uint32_t dmaBurstBuffer[DSHOT_DMA_BUFFER_SIZE * 4];
#endif
uint16_t timerDmaSources; uint16_t timerDmaSources;
} motorDmaTimer_t; } motorDmaTimer_t;