mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 02:06:27 +08:00
px4fmu-v5:Reorder I2C busses int 1-4 order
This alows the -b option map 1-to-1 with the 12C bus numbers
This commit is contained in:
@@ -209,8 +209,8 @@
|
|||||||
|
|
||||||
#define PX4_I2C_BUS_EXPANSION 1
|
#define PX4_I2C_BUS_EXPANSION 1
|
||||||
#define PX4_I2C_BUS_EXPANSION1 2
|
#define PX4_I2C_BUS_EXPANSION1 2
|
||||||
#define PX4_I2C_BUS_EXPANSION2 4
|
#define PX4_I2C_BUS_EXPANSION2 3
|
||||||
#define PX4_I2C_BUS_EXPANSION3 3
|
#define PX4_I2C_BUS_EXPANSION3 4
|
||||||
#define PX4_I2C_BUS_LED PX4_I2C_BUS_EXPANSION
|
#define PX4_I2C_BUS_LED PX4_I2C_BUS_EXPANSION
|
||||||
|
|
||||||
#define BOARD_NUMBER_I2C_BUSES 4
|
#define BOARD_NUMBER_I2C_BUSES 4
|
||||||
|
|||||||
Reference in New Issue
Block a user