mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-24 22:10:35 +08:00
navigator: minor formatting fix
This commit is contained in:
@@ -386,7 +386,7 @@ Navigator::task_main()
|
||||
_update_triplet = true;
|
||||
}
|
||||
|
||||
if (_update_triplet ) {
|
||||
if (_update_triplet) {
|
||||
publish_position_setpoint_triplet();
|
||||
_update_triplet = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user