1
0
Fork 0
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:
Paweł Spychalski 2021-08-16 09:20:54 +02:00 committed by GitHub
commit 3879c336de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)