Browse Source

lower case c in Quadchute

master
Thomas Stauber 4 years ago committed by Daniel Agar
parent
commit
6d3120d00d
  1. 2
      src/modules/vtol_att_control/vtol_att_control_main.cpp

2
src/modules/vtol_att_control/vtol_att_control_main.cpp

@ -203,7 +203,7 @@ void @@ -203,7 +203,7 @@ void
VtolAttitudeControl::quadchute(const char *reason)
{
if (!_vtol_vehicle_status.vtol_transition_failsafe) {
mavlink_log_critical(&_mavlink_log_pub, "QuadChute: %s", reason);
mavlink_log_critical(&_mavlink_log_pub, "Quadchute: %s", reason);
_vtol_vehicle_status.vtol_transition_failsafe = true;
}
}

Loading…
Cancel
Save