Browse Source

APM_OBC: make the ENABLE flag control presence of the parameters

mission-4.1.18
Andrew Tridgell 9 years ago
parent
commit
636188014d
  1. 1
      libraries/APM_OBC/APM_OBC.cpp

1
libraries/APM_OBC/APM_OBC.cpp

@ -30,7 +30,6 @@ extern const AP_HAL::HAL& hal; @@ -30,7 +30,6 @@ extern const AP_HAL::HAL& hal;
// table of user settable parameters
const AP_Param::GroupInfo APM_OBC::var_info[] = {
// @Param: ENABLE
// @DisplayName: Enable Advanced Failsafe
// @Description: This enables the advanced failsafe system. If this is set to zero (disable) then all the other AFS options have no effect

Loading…
Cancel
Save