mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-15 12:25:17 +03:00
Merge pull request #7349 from mluessi/ml_fix_tim15_ch2
Fix H7 timer def: TIM15 CH2 is PA3 not PA2
This commit is contained in:
commit
3879c336de
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@
|
|||
|
||||
#define DEF_TIM_AF__PA1__TCH_TIM15_CH1N D(4, 15)
|
||||
#define DEF_TIM_AF__PA2__TCH_TIM15_CH1 D(4, 15)
|
||||
#define DEF_TIM_AF__PA2__TCH_TIM15_CH2 D(4, 15)
|
||||
#define DEF_TIM_AF__PA3__TCH_TIM15_CH2 D(4, 15)
|
||||
|
||||
//PORTB
|
||||
#define DEF_TIM_AF__PB0__TCH_TIM1_CH2N D(1, 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue