Skip to content

Commit

Permalink
Remove #if
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca authored Oct 24, 2023
1 parent e18983a commit 9e04885
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/target/BETAFPVF435/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,12 @@
#define MAX7456_CS_PIN PA15
#endif

#if 1
// I2C
#define USE_I2C
#define USE_I2C_DEVICE_2
#define I2C2_SCL PB10 // SCL pad
#define I2C2_SDA PB11 // SDA pad
#define USE_I2C_PULLUP
#endif

#define USE_BARO
#define BARO_I2C_BUS BUS_I2C2
Expand Down

0 comments on commit 9e04885

Please sign in to comment.