Skip to content

Commit

Permalink
Fix PPM timer in iFlight Blitz F435 (#663)
Browse files Browse the repository at this point in the history
PPM timer conflicted with motors 7 & 8. Moved to TIM9.
  • Loading branch information
ot0tot authored Jan 10, 2025
1 parent 2cfbd9a commit b8d64c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/IFLIGHT_BLITZ_F435/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@

// TIMERS & DMA
#define TIMER_PIN_MAPPING TIMER_PIN_MAP( 0, PA8, 1, 0 ) \
TIMER_PIN_MAP( 1, PA3, 1, -1 ) \
TIMER_PIN_MAP( 1, PA3, 3, -1 ) \
TIMER_PIN_MAP( 2, PB0, 2, 1 ) \
TIMER_PIN_MAP( 3, PB1, 2, 2 ) \
TIMER_PIN_MAP( 4, PC8, 2, 3 ) \
Expand Down

0 comments on commit b8d64c6

Please sign in to comment.