Browse Source

AP_AdvancedFailsafe: remove APM from description

zr-v5.1
Peter Barker 4 years ago committed by Peter Barker
parent
commit
018b1425ce
  1. 2
      libraries/AP_AdvancedFailsafe/AP_AdvancedFailsafe.cpp

2
libraries/AP_AdvancedFailsafe/AP_AdvancedFailsafe.cpp

@ -72,7 +72,7 @@ const AP_Param::GroupInfo AP_AdvancedFailsafe::var_info[] = {
// @Param: TERM_ACTION // @Param: TERM_ACTION
// @DisplayName: Terminate 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 // @User: Advanced
AP_GROUPINFO("TERM_ACTION", 6, AP_AdvancedFailsafe, _terminate_action, 0), AP_GROUPINFO("TERM_ACTION", 6, AP_AdvancedFailsafe, _terminate_action, 0),

Loading…
Cancel
Save