mirror of https://github.com/ArduPilot/ardupilot
AP_AdvancedFailsafe: correct WP_GPS_LOSS param documentation block
This commit is contained in:
parent
370e378bf6
commit
6d7ee65a5f
|
@ -58,7 +58,7 @@ const AP_Param::GroupInfo AP_AdvancedFailsafe::var_info[] = {
|
|||
// @User: Advanced
|
||||
AP_GROUPINFO("WP_COMMS", 2, AP_AdvancedFailsafe, _wp_comms_hold, 0),
|
||||
|
||||
// @Param: GPS_LOSS
|
||||
// @Param: WP_GPS_LOSS
|
||||
// @DisplayName: GPS Loss Waypoint
|
||||
// @Description: Waypoint number to navigate to on GPS lock loss
|
||||
// @User: Advanced
|
||||
|
|
Loading…
Reference in New Issue