mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 03:19:58 +03:00
Merge 657651bedf
into ab3411ad4e
This commit is contained in:
commit
d7744deb26
1 changed files with 4 additions and 0 deletions
|
@ -64,7 +64,11 @@
|
|||
#define DEF_TIM_DMA__BTCH_TIM4_CH1 DEF_TIM_DMA_FULL(DMA_REQUEST_TIM4_CH1)
|
||||
#define DEF_TIM_DMA__BTCH_TIM4_CH2 DEF_TIM_DMA_FULL(DMA_REQUEST_TIM4_CH2)
|
||||
#define DEF_TIM_DMA__BTCH_TIM4_CH3 DEF_TIM_DMA_FULL(DMA_REQUEST_TIM4_CH3)
|
||||
#ifdef USE_DSHOT_DMAR
|
||||
#define DEF_TIM_DMA__BTCH_TIM4_CH4 DEF_TIM_DMA_FULL(DMA_REQUEST_TIM4_UP)
|
||||
#else
|
||||
#define DEF_TIM_DMA__BTCH_TIM4_CH4 NONE
|
||||
#endif
|
||||
|
||||
#define DEF_TIM_DMA__BTCH_TIM5_CH1 DEF_TIM_DMA_FULL(DMA_REQUEST_TIM5_CH1)
|
||||
#define DEF_TIM_DMA__BTCH_TIM5_CH2 DEF_TIM_DMA_FULL(DMA_REQUEST_TIM5_CH2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue