forked from Archive/PX4-Autopilot
Fixed code style for meas_airspeed.cpp
This commit is contained in:
parent
f8951759f8
commit
5ddbe24d8e
|
@ -122,7 +122,7 @@ protected:
|
|||
extern "C" __EXPORT int meas_airspeed_main(int argc, char *argv[]);
|
||||
|
||||
MEASAirspeed::MEASAirspeed(int bus, int address) : Airspeed(bus, address,
|
||||
CONVERSION_INTERVAL)
|
||||
CONVERSION_INTERVAL)
|
||||
{
|
||||
|
||||
}
|
||||
|
@ -171,6 +171,7 @@ MEASAirspeed::collect()
|
|||
|
||||
if (status == 2) {
|
||||
log("err: stale data");
|
||||
|
||||
} else if (status == 3) {
|
||||
log("err: fault");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue