AP_AdvancedFailsafe: remove APM from description

This commit is contained in:
Peter Barker 2021-04-01 20:13:29 +11:00 committed by Peter Barker
parent cee348d082
commit 018b1425ce
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ const AP_Param::GroupInfo AP_AdvancedFailsafe::var_info[] = {
// @Param: TERM_ACTION
// @DisplayName: Terminate action
// @Description: This can be used to force an action on flight termination. Normally this is handled by an external failsafe board, but you can setup APM to handle it here. Please consult the wiki for more information on the possible values of the parameter
// @Description: This can be used to force an action on flight termination. Normally this is handled by an external failsafe board, but you can setup ArduPilot to handle it here. Please consult the wiki for more information on the possible values of the parameter
// @User: Advanced
AP_GROUPINFO("TERM_ACTION", 6, AP_AdvancedFailsafe, _terminate_action, 0),