Browse Source

Update vtol_att_control_main.cpp

Fixes https://github.com/PX4/Firmware/issues/6246
sbg
Bart Slinger 8 years ago committed by Lorenz Meier
parent
commit
a7eed46062
  1. 1
      src/modules/vtol_att_control/vtol_att_control_main.cpp

1
src/modules/vtol_att_control/vtol_att_control_main.cpp

@ -784,7 +784,6 @@ void VtolAttitudeControl::task_main() @@ -784,7 +784,6 @@ void VtolAttitudeControl::task_main()
if (got_new_data) {
_vtol_type->update_transition_state();
fill_mc_att_rates_sp();
publish_att_sp();
}
} else if (_vtol_type->get_mode() == EXTERNAL) {

Loading…
Cancel
Save