Skip to content

Commit

Permalink
px4_fmu-v6c Move I2C 4 to External
Browse files Browse the repository at this point in the history
  • Loading branch information
davids5 committed Aug 25, 2022
1 parent 8b4df8c commit 6b2509c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/px4/fmu-v6c/src/i2c.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
constexpr px4_i2c_bus_t px4_i2c_buses[I2C_BUS_MAX_BUS_ITEMS] = {
initI2CBusExternal(1),
initI2CBusExternal(2),
initI2CBusInternal(4),
initI2CBusExternal(4),
};

0 comments on commit 6b2509c

Please # to comment.