From 8914e5585fb5c47592345b6d726df7d97b6b57a6 Mon Sep 17 00:00:00 2001 From: TsuyoshiKawamura Date: Sun, 28 Jan 2024 16:47:24 +0900 Subject: [PATCH] AP_BattMonitor: delete unnecessary underscore in description --- libraries/AP_BattMonitor/AP_BattMonitor_Params.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_BattMonitor/AP_BattMonitor_Params.cpp b/libraries/AP_BattMonitor/AP_BattMonitor_Params.cpp index 0eb859d2a4..09e1b7ae61 100644 --- a/libraries/AP_BattMonitor/AP_BattMonitor_Params.cpp +++ b/libraries/AP_BattMonitor/AP_BattMonitor_Params.cpp @@ -99,7 +99,7 @@ const AP_Param::GroupInfo AP_BattMonitor_Params::var_info[] = { // @Param: CRT_MAH // @DisplayName: Battery critical capacity - // @Description: Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the @PREFIX@_FS_CRT_ACT parameter. + // @Description: Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the @PREFIX@FS_CRT_ACT parameter. // @Units: mAh // @Increment: 50 // @User: Standard