mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Using defines from @boris.b. for remapping F3 T16 and 17
This commit is contained in:
parent
4f84f907df
commit
9df456cbd7
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@
|
|||
#define DEF_TIM_DMA__TIM15_TRIG DMA1_CH5
|
||||
#define DEF_TIM_DMA__TIM15_COM DMA1_CH5
|
||||
|
||||
#ifdef DMA_TIMER16_REMAP
|
||||
#ifdef REMAP_TIM16_DMA
|
||||
#define DEF_TIM_DMA__TIM16_CH1 DMA1_CH6
|
||||
#define DEF_TIM_DMA__TIM16_UP DMA1_CH6
|
||||
#else
|
||||
|
@ -78,7 +78,7 @@
|
|||
#define DEF_TIM_DMA__TIM16_UP DMA1_CH3
|
||||
#endif
|
||||
|
||||
#ifdef DMA_TIMER17_REMAP
|
||||
#ifdef REMAP_TIM17_DMA
|
||||
#define DEF_TIM_DMA__TIM17_CH1 DMA1_CH7
|
||||
#define DEF_TIM_DMA__TIM17_UP DMA1_CH7
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue