diff --git a/ArduCopter/Parameters.cpp b/ArduCopter/Parameters.cpp index 9b40daad35..4ccb469a42 100644 --- a/ArduCopter/Parameters.cpp +++ b/ArduCopter/Parameters.cpp @@ -53,7 +53,7 @@ const AP_Param::Info Copter::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 + // @Range: 1 255 // @User: Advanced GSCALAR(sysid_my_gcs, "SYSID_MYGCS", 255),