mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 16:27:35 +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