mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
deleted last PX4FLOW_BUS to enable scan on both buses
This commit is contained in:
parent
f443b77ae9
commit
2e4931e3ca
@ -124,7 +124,7 @@ struct i2c_integral_frame f_integral;
|
||||
class PX4FLOW: public device::I2C
|
||||
{
|
||||
public:
|
||||
PX4FLOW(int bus = PX4FLOW_BUS, int address = I2C_FLOW_ADDRESS);
|
||||
PX4FLOW(int bus, int address = I2C_FLOW_ADDRESS);
|
||||
virtual ~PX4FLOW();
|
||||
|
||||
virtual int init();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user