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:
Sugnan Prabhu 2018-03-30 10:20:14 +05:30 committed by Daniel Agar
parent 2257cfc0fa
commit a328ba97de
1 changed files with 4 additions and 0 deletions

View File

@ -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
};