Browse Source

fmu-v5: change external i2c bus ordering to match with the label

sbg
Beat Küng 5 years ago committed by Daniel Agar
parent
commit
f555fe309c
  1. 4
      boards/px4/fmu-v5/src/i2c.cpp

4
boards/px4/fmu-v5/src/i2c.cpp

@ -34,9 +34,9 @@ @@ -34,9 +34,9 @@
#include <px4_arch/i2c_hw_description.h>
constexpr px4_i2c_bus_t px4_i2c_buses[I2C_BUS_MAX_BUS_ITEMS] = {
initI2CBusExternal(1),
initI2CBusExternal(4),
initI2CBusExternal(2),
initI2CBusExternal(1),
initI2CBusInternal(3),
initI2CBusExternal(4),
};

Loading…
Cancel
Save