mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
add PX4_I2C_BUS_EXPANSION2 support in px4flow driver
This commit is contained in:
committed by
Beat Küng
parent
96920e0370
commit
ee9a336d62
@@ -778,6 +778,9 @@ start(int argc, char *argv[])
|
|||||||
#ifdef PX4_I2C_BUS_EXPANSION1
|
#ifdef PX4_I2C_BUS_EXPANSION1
|
||||||
PX4_I2C_BUS_EXPANSION1,
|
PX4_I2C_BUS_EXPANSION1,
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef PX4_I2C_BUS_EXPANSION2
|
||||||
|
PX4_I2C_BUS_EXPANSION2,
|
||||||
|
#endif
|
||||||
|
|
||||||
-1
|
-1
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user