mirror of https://github.com/ArduPilot/ardupilot
AP_AdvancedFailsafe: remove APM from description
This commit is contained in:
parent
cee348d082
commit
018b1425ce
|
@ -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),
|
||||
|
||||
|
|
Loading…
Reference in New Issue