AP_BattMonitor: Fix the comment of BATTx_OPTIONS

This commit is contained in:
李孟晓 2021-06-07 04:48:15 +00:00 committed by Andrew Tridgell
parent f150c312a6
commit 27089b4d2b

View File

@ -172,7 +172,7 @@ const AP_Param::GroupInfo AP_BattMonitor_Params::var_info[] = {
// @Param: OPTIONS
// @DisplayName: Battery monitor options
// @Description: This sets options to change the behaviour of the battery monitor
// @Bitmask: 1:IgnoreUAVCAN SoC
// @Bitmask: 0:Ignore UAVCAN SoC
// @User: Advanced
AP_GROUPINFO("OPTIONS", 21, AP_BattMonitor_Params, _options, 0),