fix MEAS airspeed and airspeed calibration

This commit is contained in:
Thomas Gubler
2013-11-10 19:24:37 +01:00
parent c63995e91c
commit ae9fae5aae
7 changed files with 52 additions and 13 deletions

View File

@@ -1121,6 +1121,7 @@ Sensors::parameter_update_poll(bool forced)
if (OK != ioctl(fd, AIRSPEEDIOCSSCALE, (long unsigned int)&airscale))
warn("WARNING: failed to set scale / offsets for airspeed sensor");
close(fd);
}
#if 0