mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
Merge pull request #10136 from jflyper/bfdev-g4-timer-def-update
[G4] TIMER timer_def.h update
This commit is contained in:
commit
de35df8e07
1 changed files with 10 additions and 0 deletions
|
@ -1195,6 +1195,16 @@
|
||||||
|
|
||||||
// AF table
|
// AF table
|
||||||
|
|
||||||
|
//NONE
|
||||||
|
#define DEF_TIM_AF__NONE__TCH_TIM1_CH1 D(6, 1)
|
||||||
|
#define DEF_TIM_AF__NONE__TCH_TIM1_CH2 D(6, 1)
|
||||||
|
#define DEF_TIM_AF__NONE__TCH_TIM1_CH3 D(6, 1)
|
||||||
|
#define DEF_TIM_AF__NONE__TCH_TIM1_CH4 D(6, 1)
|
||||||
|
#define DEF_TIM_AF__NONE__TCH_TIM8_CH1 D(3, 8)
|
||||||
|
#define DEF_TIM_AF__NONE__TCH_TIM8_CH2 D(3, 8)
|
||||||
|
#define DEF_TIM_AF__NONE__TCH_TIM8_CH3 D(3, 8)
|
||||||
|
#define DEF_TIM_AF__NONE__TCH_TIM8_CH4 D(3, 8)
|
||||||
|
|
||||||
//PORTA
|
//PORTA
|
||||||
#define DEF_TIM_AF__PA0__TCH_TIM2_CH1 D(1, 2)
|
#define DEF_TIM_AF__PA0__TCH_TIM2_CH1 D(1, 2)
|
||||||
#define DEF_TIM_AF__PA1__TCH_TIM2_CH2 D(1, 2)
|
#define DEF_TIM_AF__PA1__TCH_TIM2_CH2 D(1, 2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue