forked from Archive/PX4-Autopilot
Board config for FMUv5: I2C bus naming consistency
This commit is contained in:
parent
c220956961
commit
f9ed66fe8b
|
@ -166,8 +166,8 @@ __BEGIN_DECLS
|
|||
|
||||
/* I2C busses */
|
||||
#define PX4_I2C_BUS_EXPANSION 1
|
||||
#define PX4_I2C_BUS_EXPANSION2 2
|
||||
#define PX4_I2C_BUS_EXPANSION3 4
|
||||
#define PX4_I2C_BUS_EXPANSION1 2
|
||||
#define PX4_I2C_BUS_EXPANSION2 4
|
||||
#define PX4_I2C_BUS_LED PX4_I2C_BUS_EXPANSION
|
||||
|
||||
/* Devices on the external bus.
|
||||
|
|
Loading…
Reference in New Issue