mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 10:49:42 +02:00
Update TESLA-BATTERY.cpp
Remove duplicate inline
This commit is contained in:
parent
eeb2abd2e1
commit
0636971a28
1 changed files with 0 additions and 4 deletions
|
@ -805,10 +805,6 @@ static bool battery2_BMS_a180_SW_ECU_reset_blocked = false;
|
|||
|
||||
#endif //DOUBLE_BATTERY
|
||||
|
||||
inline const char* getNoYes(bool value) {
|
||||
return value ? "Yes" : "No";
|
||||
}
|
||||
|
||||
inline const char* getContactorText(int index) {
|
||||
switch (index) {
|
||||
case 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue