Skip to content

Commit

Permalink
Remove duplicate baro define (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Jan 18, 2024
1 parent 70bae5c commit f4fec19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion configs/IFLIGHT_H743_AIO_V2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@

#define DEFAULT_GYRO_TO_USE GYRO_CONFIG_USE_GYRO_BOTH
#define MAG_I2C_INSTANCE (I2CDEV_1)
#define USE_BARO
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
Expand Down
1 change: 0 additions & 1 deletion configs/SPRACINGH7RF/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
#define I2C2_SDA_PIN PB11

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define USE_BARO
#define BARO_I2C_INSTANCE (I2CDEV_2)

#define ENSURE_MPU_DATA_READY_IS_LOW
Expand Down

0 comments on commit f4fec19

Please sign in to comment.