mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 19:42:08 +02:00
Remove compilation error when using DEBUG_VIA_USB
This commit is contained in:
parent
627e6aeb26
commit
9bc00b0faf
1 changed files with 0 additions and 2 deletions
|
@ -999,8 +999,6 @@ void TeslaBattery::
|
||||||
logging.print(getContactorState(battery_packContPositiveState));
|
logging.print(getContactorState(battery_packContPositiveState));
|
||||||
logging.print(", setState: ");
|
logging.print(", setState: ");
|
||||||
logging.print(getContactorState(battery_packContactorSetState));
|
logging.print(getContactorState(battery_packContactorSetState));
|
||||||
logging.print(", close allowed: ");
|
|
||||||
logging.print(getNoYes(battery_packCtrsClosingAllowed));
|
|
||||||
logging.print(", Pyrotest: ");
|
logging.print(", Pyrotest: ");
|
||||||
logging.println(getNoYes(battery_pyroTestInProgress));
|
logging.println(getNoYes(battery_pyroTestInProgress));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue