forked from Archive/PX4-Autopilot
airspeed driver: Be less chatty
This commit is contained in:
parent
00c7cc019c
commit
e2c0ac3f70
|
@ -147,7 +147,7 @@ Airspeed::init()
|
|||
_airspeed_pub = orb_advertise(ORB_ID(differential_pressure), &arp);
|
||||
|
||||
if (_airspeed_pub < 0)
|
||||
warnx("failed to create airspeed sensor object. uORB started?");
|
||||
warnx("uORB started?");
|
||||
}
|
||||
|
||||
ret = OK;
|
||||
|
|
Loading…
Reference in New Issue