Skip to content

Commit

Permalink
Fix timers definition for FREEAXISF4 config.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoloshchak committed Jul 27, 2024
1 parent 6440ad8 commit 2e4e758
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/FREEAXISF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@

#define TIMER_PIN_MAPPING \
TIMER_PIN_MAP( 0, PA3 , 3, -1) \
TIMER_PIN_MAP( 1, PB4 , 2, 0) \
TIMER_PIN_MAP( 2, PB5 , 2, 0) \
TIMER_PIN_MAP( 3, PB6 , 2, 0) \
TIMER_PIN_MAP( 4, PB7 , 2, 0) \
TIMER_PIN_MAP( 1, PB4 , 1, 0) \
TIMER_PIN_MAP( 2, PB5 , 1, 0) \
TIMER_PIN_MAP( 3, PB6 , 1, 0) \
TIMER_PIN_MAP( 4, PB7 , 1, 0) \
TIMER_PIN_MAP( 5, PB3 , 1, 0) \
TIMER_PIN_MAP( 6, PB10, 1, 0) \
TIMER_PIN_MAP( 7, PA0 , 2, 0) \
Expand Down

0 comments on commit 2e4e758

Please sign in to comment.