Skip to content

Commit

Permalink
Update PA9 DMA
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Dec 20, 2024
1 parent dc2ebd4 commit bfc085e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions configs/BOTWINGF405/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,11 @@
#define SWDIO_PIN PA13
#define SWCLK_PIN PA14

#define TIMER_PIN_MAPPING \
TIMER_PIN_MAP(0, PB3, 1, 0) \
TIMER_PIN_MAP(1, PA9, 1, 0) \
TIMER_PIN_MAP(2, PA8, 1, 1) \
TIMER_PIN_MAP(3, PC9, 1, 0) \
TIMER_PIN_MAP(4, PC8, 1, 0) \
#define TIMER_PIN_MAPPING TIMER_PIN_MAP(0, PB3, 1, 0) \
TIMER_PIN_MAP(1, PA9, 1, 1) \
TIMER_PIN_MAP(2, PA8, 1, 1) \
TIMER_PIN_MAP(3, PC9, 1, 0) \
TIMER_PIN_MAP(4, PC8, 1, 0) \
TIMER_PIN_MAP(5, PB7, 1, -1)

#define ADC1_DMA_OPT 1
Expand Down

0 comments on commit bfc085e

Please sign in to comment.