Skip to content

Commit e7bb64b

Browse files
committed
fix build error
1 parent ce82d6a commit e7bb64b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

common/source/docs/common-SkySakuraH743.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,18 @@ A second battery monitor can be also used but must be enabled. Its voltage senso
9898
The default battery setting parameters are:
9999

100100
* :ref:`BATT_MONITOR<BATT_MONITOR>` = 4
101-
* :ref:`BATT_VOLT_PIN<BATT_VOLT_PIN>` = 10
102-
* :ref:`BATT_VOLT_MULT<BATT_VOLT_MULT>` = 34
103-
* :ref:`BATT_CURR_PIN<BATT_CURR_PIN>` = 11
101+
* :ref:`BATT_VOLT_PIN<BATT_VOLT_PIN__AP_BattMonitor_Analog>` = 10
102+
* :ref:`BATT_VOLT_MULT<BATT_VOLT_MULT__AP_BattMonitor_Analog>` = 34
103+
* :ref:`BATT_CURR_PIN<BATT_CURR_PIN__AP_BattMonitor_Analog>` = 11
104+
* :ref:`BATT_AMP_PERVLT<BATT_AMP_PERVLT__AP_BattMonitor_Analog>` = 40
104105

105106
A second battery monitor can be enabled:
106107

107108
* set :ref:`BATT2_MONITOR<BATT2_MONITOR>` = 4
108-
* :ref:`BATT2_VOLT_PIN<BATT2_VOLT_PIN>` = 12
109-
* :ref:`BATT2_CURR_PIN<BATT2_CURR_PIN>` = 13
110-
* :ref:`BATT2_VOLT_MULT<BATT2_VOLT_MULT>` = 10
111-
* :ref:`BATT2_AMP_PERVLT<BATT2_AMP_PERVLT>` set to appropriate value for second current sensor
109+
* :ref:`BATT2_VOLT_PIN<BATT2_VOLT_PIN__AP_BattMonitor_Analog>` = 12
110+
* :ref:`BATT2_CURR_PIN<BATT2_CURR_PIN__AP_BattMonitor_Analog>` = 13
111+
* :ref:`BATT2_VOLT_MULT<BATT2_VOLT_MULT__AP_BattMonitor_Analog>` = 10
112+
* :ref:`BATT2_AMP_PERVLT<BATT2_AMP_PERVLT__AP_BattMonitor_Analog>` set to appropriate value for second current sensor
112113

113114
Compass
114115
=======

0 commit comments

Comments
 (0)