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

Remap to new timer mapping macro

This commit is contained in:
borisbstyle 2016-11-09 11:26:02 +01:00
parent c9330f75b0
commit f35afc4586
2 changed files with 13 additions and 12 deletions

View file

@ -40,6 +40,7 @@
#define DEF_TIM_DMA__TIM1_CH1 DMA1_CH2
#define DEF_TIM_DMA__TIM1_CH2 DMA1_CH3
#define DEF_TIM_DMA__TIM1_CH4 DMA1_CH4
#define DEF_TIM_DMA__TIM1_CH1N DMA1_CH2
#define DEF_TIM_DMA__TIM1_TRIG DMA1_CH4
#define DEF_TIM_DMA__TIM1_COM DMA1_CH4
#define DEF_TIM_DMA__TIM1_UP DMA1_CH5