Skip to content

Commit

Permalink
TMOTORF7/TMOTORF7_AIO - Fix incorrect timer assignment (#503)
Browse files Browse the repository at this point in the history
* Fix incorrect timer assignment

Motor 3 was set to AF3 (TIM8_CH3N) for some reason.

* Update TMOTORF7_AIO

Same issue
  • Loading branch information
ot0tot authored Jul 23, 2024
1 parent aaac02a commit 6fa6cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion configs/TMOTORF7_AIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 6fa6cbd

Please sign in to comment.