Skip to content

Commit

Permalink
Add missing timer/dma (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Mar 30, 2024
1 parent b2ef324 commit fb13f51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/FLYWOOF722PRO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
TIMER_PIN_MAP( 8, PA2, 2, 0 ) \
TIMER_PIN_MAP( 9, PA3, 2, 1 ) \
TIMER_PIN_MAP( 10, PB6, 1, 0 ) \
TIMER_PIN_MAP( 11, PB7, 1, 0 )
TIMER_PIN_MAP( 11, PB7, 1, 0 ) \
TIMER_PIN_MAP( 12, PB3, 1, 0 )

#define ADC3_DMA_OPT 0

Expand Down

0 comments on commit fb13f51

Please sign in to comment.