Skip to content

Commit

Permalink
Specify DMA for ADC1 and ADC3
Browse files Browse the repository at this point in the history
  • Loading branch information
swagprincess committed Nov 26, 2024
1 parent 4012f8a commit 7284aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/SEQUREH7V2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
TIMER_PIN_MAP( 8, PA8, 1, 0 ) \
TIMER_PIN_MAP( 9, PB3, 1, -1 )

#define ADC1_DMA_OPT 0
#define ADC3_DMA_OPT 0
#define ADC1_DMA_OPT 8
#define ADC3_DMA_OPT 9

#define TIMUP1_DMA_OPT 0
#define TIMUP2_DMA_OPT 0
Expand Down

0 comments on commit 7284aea

Please sign in to comment.