px4_fmu-v6c Move I2C 4 to External

This commit is contained in:
David Sidrane 2022-07-22 09:45:55 -07:00
parent 8b4df8ceb2
commit 6b2509cbba
1 changed files with 1 additions and 1 deletions

View File

@ -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),
};