sensors: remove warnx

This commit is contained in:
Thomas Gubler 2014-08-21 12:43:34 +02:00
parent 8f65d52aca
commit f7dbc34027
1 changed files with 0 additions and 1 deletions

View File

@ -857,7 +857,6 @@ Sensors::parameters_update()
errx(1, "FATAL: no barometer found");
} else {
warnx("qnh ioctl, %lu", (unsigned long)(_parameters.baro_qnh * 100));
int ret = ioctl(fd, BAROIOCSMSLPRESSURE, (unsigned long)(_parameters.baro_qnh * 100));
if (ret) {
warnx("qnh could not be set");