From 1b00dfb642762e30a36e40d236b5b05299c1dbfc Mon Sep 17 00:00:00 2001 From: Jacob Walser Date: Fri, 10 Feb 2017 19:26:41 -0500 Subject: [PATCH] AP_GPS: Fix parameter metadata --- libraries/AP_GPS/AP_GPS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_GPS/AP_GPS.cpp b/libraries/AP_GPS/AP_GPS.cpp index 567bdd5209..9281690a3d 100644 --- a/libraries/AP_GPS/AP_GPS.cpp +++ b/libraries/AP_GPS/AP_GPS.cpp @@ -117,7 +117,7 @@ const AP_Param::GroupInfo AP_GPS::var_info[] = { // @Param: SBP_LOGMASK // @DisplayName: Swift Binary Protocol Logging Mask // @Description: Masked with the SBP msg_type field to determine whether SBR1/SBR2 data is logged - // @Values: 0x0000:None, 0xFFFF:All, 0xFF00:External only + // @Values: 0:None (0x0000),-1:All (0xFFFF),-256:External only (0xFF00) // @User: Advanced AP_GROUPINFO("SBP_LOGMASK", 8, AP_GPS, _sbp_logmask, 0xFF00),