mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
Code style
This commit is contained in:
@@ -215,7 +215,7 @@ void Standard::update_vtol_state()
|
||||
|
||||
if (hrt_elapsed_time(&_vtol_schedule.transition_start) >
|
||||
(_params_standard.back_trans_dur * 1000000.0f) ||
|
||||
(_local_pos->v_xy_valid && x_vel <= _params_standard.mpc_xy_cruise)) {
|
||||
(_local_pos->v_xy_valid && x_vel <= _params_standard.mpc_xy_cruise)) {
|
||||
_vtol_schedule.flight_mode = MC_MODE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user