mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
Fix non-common image build
This commit is contained in:
parent
0b3bc738ac
commit
5fcbb68dd1
1 changed files with 0 additions and 2 deletions
|
@ -11,7 +11,6 @@
|
|||
Battery* battery = nullptr;
|
||||
Battery* battery2 = nullptr;
|
||||
|
||||
#ifdef COMMON_IMAGE
|
||||
std::vector<BatteryType> supported_battery_types() {
|
||||
std::vector<BatteryType> types;
|
||||
|
||||
|
@ -132,7 +131,6 @@ const char* name_for_battery_type(BatteryType type) {
|
|||
return nullptr;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef LFP_CHEMISTRY
|
||||
const battery_chemistry_enum battery_chemistry_default = battery_chemistry_enum::LFP;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue