Skip to content

Commit

Permalink
Fix incorrect timer assignment
Browse files Browse the repository at this point in the history
Motor 3 was set to AF3 (TIM8_CH3N) for some reason.
  • Loading branch information
ot0tot committed Jul 23, 2024
1 parent aaac02a commit 72b73ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/TMOTORF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,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) \
Expand Down

0 comments on commit 72b73ec

Please sign in to comment.