forked from Archive/PX4-Autopilot
aerofc: Look for px4flow sensor on telemetry port (#8994)
Signed-off-by: Sugnan Prabhu S <sugnan.prabhu.s@intel.com>
This commit is contained in:
parent
2257cfc0fa
commit
a328ba97de
|
@ -754,6 +754,10 @@ start(int argc, char *argv[])
|
|||
#ifdef PX4_I2C_BUS_ONBOARD
|
||||
PX4_I2C_BUS_ONBOARD,
|
||||
#endif
|
||||
#ifdef PX4_I2C_BUS_EXPANSION1
|
||||
PX4_I2C_BUS_EXPANSION1,
|
||||
#endif
|
||||
|
||||
-1
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue