mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
AP_HAL_ChibiOS: set AP_BATTERY_WATT_MAX_ENABLED 0 for periph
This commit is contained in:
parent
f870b63851
commit
cd6a656acf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user