Browse Source

airspeed: Let the status check routine handle the initial state

sbg
Lorenz Meier 11 years ago
parent
commit
6306644028
  1. 3
      src/drivers/airspeed/airspeed.cpp

3
src/drivers/airspeed/airspeed.cpp

@ -151,8 +151,7 @@ Airspeed::init() @@ -151,8 +151,7 @@ Airspeed::init()
}
ret = OK;
/* sensor is ok, but we don't really know if it is within range */
_sensor_ok = true;
out:
return ret;
}

Loading…
Cancel
Save