Skip to content

Commit

Permalink
Remove DMA assignment from servos.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanYangFPV committed Dec 7, 2024
1 parent 8ef115f commit 4d5c39f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/DAKEFPVF435/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
#define GYRO_1_EXTI_PIN PC4
#define GYRO_1_CS_PIN PA4

#define TIMER_PIN_MAPPING \
#define TIMER_PIN_MAPPING \
TIMER_PIN_MAP( 0, PA0 , 1, 0) \
TIMER_PIN_MAP( 1, PA1 , 1, 1) \
TIMER_PIN_MAP( 2, PA2 , 1, 2) \
Expand All @@ -97,8 +97,8 @@
TIMER_PIN_MAP( 6, PA10, 1, 6) \
TIMER_PIN_MAP( 7, PC9 , 2, 7) \
TIMER_PIN_MAP( 8, PH2 , 1, 8) \
TIMER_PIN_MAP( 9, PC8 , 1, 9) \
TIMER_PIN_MAP( 10,PH3 , 1, 10) \
TIMER_PIN_MAP( 9, PH3 , 1, -1) \
TIMER_PIN_MAP( 10,PC8 , 1, -1) \
TIMER_PIN_MAP( 11,PC5 , 1, -1)

#define ADC2_DMA_OPT 9
Expand Down

0 comments on commit 4d5c39f

Please sign in to comment.