From 636188014db42da9d5eec16ef31cb8a92ec1f83f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 22 Jul 2016 17:26:00 +1000 Subject: [PATCH] APM_OBC: make the ENABLE flag control presence of the parameters --- libraries/APM_OBC/APM_OBC.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/APM_OBC/APM_OBC.cpp b/libraries/APM_OBC/APM_OBC.cpp index 87301533e2..843f9f12b4 100644 --- a/libraries/APM_OBC/APM_OBC.cpp +++ b/libraries/APM_OBC/APM_OBC.cpp @@ -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