From ff14845224e3e351f90b3d161f91e0698b836608 Mon Sep 17 00:00:00 2001 From: ot0tot <36753790+ot0tot@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:53:03 -0400 Subject: [PATCH] Update TMOTORF7_AIO Same issue --- configs/TMOTORF7_AIO/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/TMOTORF7_AIO/config.h b/configs/TMOTORF7_AIO/config.h index 98d2e932..f5ae8a49 100644 --- a/configs/TMOTORF7_AIO/config.h +++ b/configs/TMOTORF7_AIO/config.h @@ -83,7 +83,7 @@ #define TIMER_PIN_MAPPING \ TIMER_PIN_MAP( 0, PC6 , 1, 0) \ TIMER_PIN_MAP( 1, PC7 , 1, 0) \ - TIMER_PIN_MAP( 2, PB0 , 3, 0) \ + TIMER_PIN_MAP( 2, PB0 , 2, 0) \ TIMER_PIN_MAP( 3, PB1 , 2, 0) \ TIMER_PIN_MAP( 4, PB6 , 1, 0) \ TIMER_PIN_MAP( 5, PB8 , 1, 0) \