mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 18:52:46 +08:00
sensors: move close to correct position
This commit is contained in:
@@ -862,8 +862,8 @@ Sensors::parameters_update()
|
||||
if (ret) {
|
||||
errx(ret, "qnh could not be set");
|
||||
}
|
||||
close(fd);
|
||||
}
|
||||
close(fd);
|
||||
|
||||
return OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user