Skip to content

Commit

Permalink
Fix timers (betaflight#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Jul 1, 2024
1 parent 408f5ac commit 8d272fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/TMOTORVELOXF7SE/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@
#define TIMER_PIN_MAPPING \
TIMER_PIN_MAP( 0, PA1, 2, 0 ) \
TIMER_PIN_MAP( 1, PB0, 2, 0 ) \
TIMER_PIN_MAP( 2, PB5, 2, 0 ) \
TIMER_PIN_MAP( 2, PB5, 1, 0 ) \
TIMER_PIN_MAP( 3, PB1, 2, 0 ) \
TIMER_PIN_MAP( 4, PC8, 3, 0 ) \
TIMER_PIN_MAP( 5, PC9, 3, 0 ) \
TIMER_PIN_MAP( 4, PC8, 2, 0 ) \
TIMER_PIN_MAP( 5, PC9, 2, 0 ) \
TIMER_PIN_MAP( 6, PA8, 1, 0 ) \
TIMER_PIN_MAP( 7, PA9, 1, 0 ) \
TIMER_PIN_MAP( 8, PB3, 1, 0 ) \
Expand Down

0 comments on commit 8d272fd

Please sign in to comment.