Browse Source

Sub: Remove enumerations from SYSID_MYGCS parameter

mission-4.1.18
Jacob Walser 8 years ago committed by jaxxzer
parent
commit
9733350f5d
  1. 1
      ArduSub/Parameters.cpp

1
ArduSub/Parameters.cpp

@ -61,7 +61,6 @@ const AP_Param::Info Sub::var_info[] = { @@ -61,7 +61,6 @@ const AP_Param::Info Sub::var_info[] = {
// @Param: SYSID_MYGCS
// @DisplayName: My ground station number
// @Description: Allows restricting radio overrides to only come from my ground station
// @Values: 255:Mission Planner and DroidPlanner, 252: AP Planner 2
// @User: Advanced
GSCALAR(sysid_my_gcs, "SYSID_MYGCS", 255),

Loading…
Cancel
Save