mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
Undo make format change
Co-authored-by: Matthias Grob <maetugr@gmail.com>
This commit is contained in:
committed by
Roman Bapst
parent
83ddb77a5f
commit
40fbfdc054
@@ -160,7 +160,7 @@ void Standard::update_vtol_state()
|
||||
if (_vtol_schedule.flight_mode == vtol_mode::MC_MODE || _vtol_schedule.flight_mode == vtol_mode::TRANSITION_TO_MC) {
|
||||
// start transition to fw mode
|
||||
/* NOTE: The failsafe transition to fixed-wing was removed because it can result in an
|
||||
* unsafe flying state. */
|
||||
* unsafe flying state. */
|
||||
_vtol_schedule.flight_mode = vtol_mode::TRANSITION_TO_FW;
|
||||
_vtol_schedule.transition_start = hrt_absolute_time();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user