hwdef: Maximum number of battery monitors is 1

This commit is contained in:
murata 2022-03-06 21:54:00 +09:00 committed by Tom Pittenger
parent 74f1a8007d
commit 60eb6ff1b7
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ define HAL_WITH_DSP FALSE
# --------------------- save flash ---------------------- # --------------------- save flash ----------------------
define AP_BATTMON_SMBUS_ENABLE 0 define AP_BATTMON_SMBUS_ENABLE 0
define AP_BATTMON_FUEL_ENABLE 0 define AP_BATTMON_FUEL_ENABLE 0
define AP_BATT_MONITOR_MAX_INSTANCES 1
define HAL_PARACHUTE_ENABLED 0 define HAL_PARACHUTE_ENABLED 0
define HAL_SPRAYER_ENABLED 0 define HAL_SPRAYER_ENABLED 0
define HAL_GENERATOR_ENABLED 0 define HAL_GENERATOR_ENABLED 0