ArduCopter: remove nomination of system ids

This commit is contained in:
Rishabh 2020-05-05 12:20:46 +10:00 committed by Randy Mackay
parent a008f7e71a
commit 8cfe033826

View File

@ -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),