Undo make format change

Co-authored-by: Matthias Grob <maetugr@gmail.com>
This commit is contained in:
Thomas Stauber
2021-01-11 12:47:42 +01:00
committed by Roman Bapst
parent 83ddb77a5f
commit 40fbfdc054
+1 -1
View File
@@ -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();