AP_BattMonitor: delete unnecessary underscore in description

This commit is contained in:
TsuyoshiKawamura 2024-01-28 16:47:24 +09:00 committed by Peter Barker
parent fd40b15e21
commit 8914e5585f
1 changed files with 1 additions and 1 deletions

View File

@ -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