fw_att_control: whitespace

This commit is contained in:
Ban Siesta 2015-05-25 19:09:45 +01:00
parent 38412993d6
commit d36b65aab5
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}