airspeed: Let the status check routine handle the initial state

This commit is contained in:
Lorenz Meier
2014-04-20 21:45:42 +02:00
parent 709d104de4
commit 6306644028
+1 -2
View File
@@ -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;
}