Browse Source

Plane: Fix a comma in bitmask that was breaking emitters

master
Michael du Breuil 6 years ago committed by Andrew Tridgell
parent
commit
f3a843ebf7
  1. 2
      ArduPlane/Parameters.cpp

2
ArduPlane/Parameters.cpp

@ -1173,7 +1173,7 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = { @@ -1173,7 +1173,7 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
// @Param: FLIGHT_OPTIONS
// @DisplayName: Flight mode options
// @Description: Flight mode specific options
// @Bitmask: 0:Rudder mixing in direct flight modes only (Manual, Stabilize, Acro),1:Use centered throttle in Cruise or FBWB to indicate trim airspeed, 2:Disable attitude check for takeoff arming
// @Bitmask: 0:Rudder mixing in direct flight modes only (Manual / Stabilize / Acro),1:Use centered throttle in Cruise or FBWB to indicate trim airspeed, 2:Disable attitude check for takeoff arming
// @User: Advanced
AP_GROUPINFO("FLIGHT_OPTIONS", 13, ParametersG2, flight_options, 0),

Loading…
Cancel
Save