Skip to content

Commit 691fd39

Browse files
committed
brother correct i2c bus for pitot and temperature
1 parent a79c912 commit 691fd39

File tree

1 file changed

+2
-2
lines changed
  • src/main/target/BROTHERHOBBYH743

1 file changed

+2
-2
lines changed

src/main/target/BROTHERHOBBYH743/target.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@
9999
#define MAG_I2C_BUS BUS_I2C1
100100
#define USE_MAG_ALL
101101

102-
#define TEMPERATURE_I2C_BUS BUS_I2C2
103-
#define PITOT_I2C_BUS BUS_I2C2
102+
#define TEMPERATURE_I2C_BUS BUS_I2C1
103+
#define PITOT_I2C_BUS BUS_I2C1
104104

105105
#define USE_RANGEFINDER
106106
#define RANGEFINDER_I2C_BUS BUS_I2C1

0 commit comments

Comments
 (0)