Skip to content
Snippets Groups Projects
Commit c232d7af authored by Randy Mackay's avatar Randy Mackay
Browse files

Copter: correct fence parameter

parent 58d1da2d
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,11 @@ public:
k_param_sonar_gain, // 30
// 65: AP_Limits Library
k_param_fence = 65,
k_param_limits = 65, // deprecated - remove
k_param_gpslock_limit, // deprecated - remove
k_param_geofence_limit, // deprecated - remove
k_param_altitude_limit, // deprecated - remove
k_param_fence, // 69
//
// 80: Heli
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment