Skip to content
Snippets Groups Projects
Commit 0cc44a82 authored by sander's avatar sander Committed by Andreas Antener
Browse files

Code style

parent 45a4472a
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ void Standard::update_vtol_state()
} else if (_vtol_schedule.flight_mode == FW_MODE) {
// transition to mc mode
if (_vtol_vehicle_status->vtol_transition_failsafe == true){
if (_vtol_vehicle_status->vtol_transition_failsafe == true) {
// Failsafe event, engage mc motors immediately
_vtol_schedule.flight_mode = MC_MODE;
_flag_enable_mc_motors = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment