mirror of https://github.com/ArduPilot/ardupilot
Tools:remove BATTRY_SUM from <1K builds
This commit is contained in:
parent
34b775259f
commit
4b5f490e9f
|
@ -83,7 +83,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef AP_BATTERY_SUM_ENABLED
|
||||
#define AP_BATTERY_SUM_ENABLED AP_BATTERY_BACKEND_DEFAULT_ENABLED
|
||||
#define AP_BATTERY_SUM_ENABLED AP_BATTERY_BACKEND_DEFAULT_ENABLED && (BOARD_FLASH_SIZE > 1024)
|
||||
#endif
|
||||
|
||||
#ifndef AP_BATTERY_TORQEEDO_ENABLED
|
||||
|
|
Loading…
Reference in New Issue