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

F7 TIM8_CH1,2,3 dmaopt ordering to match that of F4

This commit is contained in:
jflyper 2018-06-05 17:56:34 +09:00
parent 8c47db882f
commit 6ae6fe8a68
14 changed files with 30 additions and 30 deletions

View file

@ -553,9 +553,9 @@
#define DEF_TIM_DMA__BTCH_TIM5_CH3 D(1, 0, 6)
#define DEF_TIM_DMA__BTCH_TIM5_CH4 D(1, 1, 6),D(1, 3, 6)
#define DEF_TIM_DMA__BTCH_TIM8_CH1 D(2, 2, 7),D(2, 2, 0)
#define DEF_TIM_DMA__BTCH_TIM8_CH2 D(2, 3, 7),D(2, 2, 0)
#define DEF_TIM_DMA__BTCH_TIM8_CH3 D(2, 4, 7),D(2, 2, 0)
#define DEF_TIM_DMA__BTCH_TIM8_CH1 D(2, 2, 0),D(2, 2, 7)
#define DEF_TIM_DMA__BTCH_TIM8_CH2 D(2, 2, 0),D(2, 3, 7)
#define DEF_TIM_DMA__BTCH_TIM8_CH3 D(2, 2, 0),D(2, 4, 7)
#define DEF_TIM_DMA__BTCH_TIM8_CH4 D(2, 7, 7)
#define DEF_TIM_DMA__BTCH_TIM4_CH4 NONE