From f78a09ba2a93a1792ac03e22babba54e6458b6f3 Mon Sep 17 00:00:00 2001 From: Hwurzburg Date: Sat, 12 Sep 2020 17:56:54 -0500 Subject: [PATCH] AP_OSD: fix white space error preventing emit to Wiki --- libraries/AP_OSD/AP_OSD.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libraries/AP_OSD/AP_OSD.cpp b/libraries/AP_OSD/AP_OSD.cpp index 85e0ff8646..75ec1342ee 100644 --- a/libraries/AP_OSD/AP_OSD.cpp +++ b/libraries/AP_OSD/AP_OSD.cpp @@ -70,9 +70,7 @@ const AP_Param::GroupInfo AP_OSD::var_info[] = { // @Param: _SW_METHOD // @DisplayName: Screen switch method // @Description: This sets the method used to switch different OSD screens. - // @Values: 0: switch to next screen if channel value was changed, - // 1: select screen based on pwm ranges specified for each screen, - // 2: switch to next screen after low to high transition and every 1s while channel value is high + // @Values: 0: switch to next screen if channel value was changed, 1: select screen based on pwm ranges specified for each screen, 2: switch to next screen after low to high transition and every 1s while channel value is high // @User: Standard AP_GROUPINFO("_SW_METHOD", 7, AP_OSD, sw_method, AP_OSD::TOGGLE),