Browse Source

AP_BattMonitor: Fix the comment of BATTx_OPTIONS

zr-v5.1
李孟晓 4 years ago committed by Andrew Tridgell
parent
commit
27089b4d2b
  1. 2
      libraries/AP_BattMonitor/AP_BattMonitor_Params.cpp

2
libraries/AP_BattMonitor/AP_BattMonitor_Params.cpp

@ -172,7 +172,7 @@ const AP_Param::GroupInfo AP_BattMonitor_Params::var_info[] = { @@ -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),

Loading…
Cancel
Save