add PX4_I2C_BUS_EXPANSION2 support in px4flow driver

This commit is contained in:
DanielePettenuzzo
2018-07-18 11:00:39 +02:00
committed by Beat Küng
parent 96920e0370
commit ee9a336d62

View File

@@ -778,6 +778,9 @@ start(int argc, char *argv[])
#ifdef PX4_I2C_BUS_EXPANSION1
PX4_I2C_BUS_EXPANSION1,
#endif
#ifdef PX4_I2C_BUS_EXPANSION2
PX4_I2C_BUS_EXPANSION2,
#endif
-1
};