Skip to content

Commit

Permalink
another bad code ; hardcoded baro issue emuflight#702
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Sep 15, 2021
1 parent 0b7a9f3 commit 0b205b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/target/MATEKF411/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@

#define USE_I2C_DEVICE_2
#define I2C_DEVICE (I2CDEV_2)
#define I2C1_SCL PB10 // SCL pad
#define I2C1_SDA PB3 // SDA pad
#define I2C2_SCL PB10 // SCL pad
#define I2C2_SDA PB3 // SDA pad
#define BARO_I2C_INSTANCE (I2CDEV_2)

#define USE_BARO
Expand Down

0 comments on commit 0b205b4

Please sign in to comment.