Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
  • Loading branch information
MatviiG and haslinghuis authored Feb 17, 2025
1 parent 372d85a commit 218b1af
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions configs/FLYTEX405V2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
TIMER_PIN_MAP( 0, PB6, 1, 0 ) \
TIMER_PIN_MAP( 1, PB7, 1, 0 ) \
TIMER_PIN_MAP( 2, PB8, 1, 0 ) \
TIMER_PIN_MAP( 3, PB9, 1, -1 ) \
TIMER_PIN_MAP( 4, PC8, 2, 0 ) \
TIMER_PIN_MAP( 5, PC9, 2, 0 ) \
TIMER_PIN_MAP( 3, PB9, 1, 0 ) \
TIMER_PIN_MAP( 4, PC8, 2, -1 ) \
TIMER_PIN_MAP( 5, PC9, 2, -1 ) \
TIMER_PIN_MAP( 6, PA8, 1, 0 )

#define ADC1_DMA_OPT 0
Expand All @@ -96,7 +96,6 @@

#define MAG_I2C_INSTANCE I2CDEV_2
#define BARO_I2C_INSTANCE I2CDEV_2
#define DASHBOARD_I2C_INSTANCE I2CDEV_2

#define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
Expand Down

0 comments on commit 218b1af

Please sign in to comment.