AP_HAL_ChibiOS: set AP_BATTERY_WATT_MAX_ENABLED 0 for periph

This commit is contained in:
Tom Pittenger 2023-11-09 14:41:47 -08:00 committed by Peter Barker
parent f870b63851
commit cd6a656acf

View File

@ -122,6 +122,10 @@
#define AP_BATTERY_ESC_ENABLED 0
#endif
#ifndef AP_BATTERY_WATT_MAX_ENABLED
#define AP_BATTERY_WATT_MAX_ENABLED 0
#endif
// disable compass calibrations on periphs; cal is done on the autopilot
#ifndef COMPASS_CAL_ENABLED
#define COMPASS_CAL_ENABLED 0