mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: remove stray define HAL_PERIPH_ENABLE_BATTERY_MPPT_PACKETDIGITAL
We have removed the class AP_BattMonitor_MPPT_PacketDigital, hence this should be removed too
This commit is contained in:
parent
d1eedcb4c3
commit
b2073e4e1c
|
@ -17,7 +17,6 @@ env AP_PERIPH_HEAVY 1
|
|||
|
||||
|
||||
define HAL_PERIPH_ENABLE_BATTERY
|
||||
define HAL_PERIPH_ENABLE_BATTERY_MPPT_PACKETDIGITAL
|
||||
define HAL_PERIPH_ENABLE_GPS
|
||||
define HAL_PERIPH_ENABLE_MAG
|
||||
define HAL_PERIPH_ENABLE_BARO
|
||||
|
|
|
@ -16,7 +16,6 @@ env AP_PERIPH 1
|
|||
|
||||
|
||||
define HAL_PERIPH_ENABLE_BATTERY
|
||||
define HAL_PERIPH_ENABLE_BATTERY_MPPT_PACKETDIGITAL
|
||||
define HAL_PERIPH_ENABLE_GPS
|
||||
define HAL_PERIPH_ENABLE_MAG
|
||||
define HAL_PERIPH_ENABLE_BARO
|
||||
|
|
Loading…
Reference in New Issue