Skip to content

Commit

Permalink
Tools:remove BATTRY_SUM from <1K builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg committed Sep 23, 2024
1 parent 7d907e9 commit 20efcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_BattMonitor/AP_BattMonitor_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20efcf8

Please sign in to comment.