1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

No functional change

Unused parameter removal & end of file tidying by the Arduino IDE
This commit is contained in:
Asbelos
2024-10-27 13:53:34 +00:00
parent 535dcabcec
commit c50f3e016c
33 changed files with 23 additions and 34 deletions

View File

@@ -377,4 +377,3 @@ void CommandDistributor::setVirtualLCDSerial(Print * stream) {
Print* CommandDistributor::virtualLCDSerial=&USB_SERIAL;
byte CommandDistributor::virtualLCDClient=0xFF;
byte CommandDistributor::rememberVLCDClient=0;