hwdef: remove bad hwdef lines

these have no effect
This commit is contained in:
Peter Barker 2024-01-31 19:32:18 +11:00 committed by Andrew Tridgell
parent b2dfd14696
commit 9961e8c49d
2 changed files with 0 additions and 11 deletions

View File

@ -160,9 +160,6 @@ define HAL_BATT_CURR_SCALE 26.7
define HAL_WITH_DSP FALSE
define HAL_GYROFFT_ENABLED 0
# --------------------- save flash ----------------------
define AP_BATTMON_SMBUS_ENABLE 0
include ../include/minimize_fpv_osd.inc
include ../include/save_some_flash.inc

View File

@ -171,14 +171,6 @@ define STM32_PWM_USE_ADVANCED TRUE
define HAL_WITH_DSP FALSE
# save some flash
# disable SMBUS and fuel battery monitors to save flash
define AP_BATTMON_SMBUS_ENABLE 0
define AP_BATTMON_FUEL_ENABLE 0
define AP_BATTMON_SYNTHETIC_CURRENT_ENABLED 0
define HAL_BATTMON_INA2XX_ENABLED 0
# disable parachute and sprayer to save flash
define HAL_PARACHUTE_ENABLED 0
define HAL_SPRAYER_ENABLED 0