From 4a490d522e7717380c73c9976c890422423be505 Mon Sep 17 00:00:00 2001 From: priseborough Date: Fri, 30 Dec 2016 16:16:07 +1100 Subject: [PATCH] AP_GPS: use standard unit descriptor for milliseconds --- libraries/AP_GPS/AP_GPS.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/AP_GPS/AP_GPS.cpp b/libraries/AP_GPS/AP_GPS.cpp index d35a6d423c..de65d4048a 100644 --- a/libraries/AP_GPS/AP_GPS.cpp +++ b/libraries/AP_GPS/AP_GPS.cpp @@ -201,7 +201,7 @@ const AP_Param::GroupInfo AP_GPS::var_info[] = { // @Param: DELAY_MS // @DisplayName: GPS delay in milliseconds // @Description: Controls the amount of GPS measurement delay that the autopilot compensates for. Set to zero to use the default delay for the detected GPS type. - // @Units: msec + // @Units: milliseconds // @Range: 0 250 // @User: Advanced AP_GROUPINFO("DELAY_MS", 18, AP_GPS, _delay_ms[0], 0), @@ -209,7 +209,7 @@ const AP_Param::GroupInfo AP_GPS::var_info[] = { // @Param: DELAY_MS2 // @DisplayName: GPS 2 delay in milliseconds // @Description: Controls the amount of GPS measurement delay that the autopilot compensates for. Set to zero to use the default delay for the detected GPS type. - // @Units: msec + // @Units: milliseconds // @Range: 0 250 // @User: Advanced AP_GROUPINFO("DELAY_MS2", 19, AP_GPS, _delay_ms[1], 0),