Browse Source

fw_att_control: whitespace

sbg
Ban Siesta 10 years ago committed by Lorenz Meier
parent
commit
d3fe6fd256
  1. 2
      src/modules/fw_att_control/fw_att_control_main.cpp

2
src/modules/fw_att_control/fw_att_control_main.cpp

@ -520,7 +520,7 @@ FixedwingAttitudeControl::vehicle_control_mode_poll() @@ -520,7 +520,7 @@ FixedwingAttitudeControl::vehicle_control_mode_poll()
orb_check(_vcontrol_mode_sub, &vcontrol_mode_updated);
if (vcontrol_mode_updated) {
orb_copy(ORB_ID(vehicle_control_mode), _vcontrol_mode_sub, &_vcontrol_mode);
}
}

Loading…
Cancel
Save