Update TESLA-BATTERY.cpp

Remove duplicate inline
This commit is contained in:
josiahhiggs 2025-01-26 20:19:29 +13:00
parent eeb2abd2e1
commit 0636971a28

View file

@ -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: