mirror of https://github.com/ArduPilot/ardupilot
hwdef: qiotek: correct HAL_BATT_MONITOR_DEFAULT define name
This commit is contained in:
parent
875f834e93
commit
81326a17db
|
@ -196,7 +196,7 @@ PB1 BATT2_VOLTAGE_SENS ADC1 SCALE(2)
|
|||
PC4 VDD_5V_SENS ADC1 SCALE(2)
|
||||
PC5 FMU_SERVORAIL_VCC_SENS ADC1 SCALE(12)
|
||||
|
||||
define HAL_BATT_MONITOR 4
|
||||
define HAL_BATT_MONITOR_DEFAULT 4
|
||||
define HAL_BATT_VOLT_PIN 13
|
||||
define HAL_BATT_CURR_PIN 12
|
||||
define HAL_BATT_VOLT_SCALE 20
|
||||
|
|
|
@ -135,7 +135,7 @@ PC5 PRESSURE_SENS ADC1 SCALE(2)
|
|||
PB1 RSSI_IN ADC1 SCALE(2)
|
||||
|
||||
# setup the parameter for the ADC power module
|
||||
define HAL_BATT_MONITOR 4
|
||||
define HAL_BATT_MONITOR_DEFAULT 4
|
||||
define HAL_BATT_VOLT_PIN 16
|
||||
define HAL_BATT_CURR_PIN 17
|
||||
define HAL_BATT_VOLT_SCALE 20.000
|
||||
|
|
Loading…
Reference in New Issue