1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-23 16:16:13 +01:00

silly line ending

This commit is contained in:
Asbelos 2023-08-08 08:52:53 +01:00
parent ff6eecf138
commit 2149f83216

View File

@ -308,7 +308,7 @@ void RMFT2::ComandFilter(Print * stream, byte & opcode, byte & paramCount, int16
if (opcode==OPCODE_ENDEXRAIL) break; if (opcode==OPCODE_ENDEXRAIL) break;
if (opcode==OPCODE_LCC) StringFormatter::send(stream,F(" %x"),getOperand(progCounter,0)); if (opcode==OPCODE_LCC) StringFormatter::send(stream,F(" %x"),getOperand(progCounter,0));
} }
StringFormatter::send(stream,F("\n>")); StringFormatter::send(stream,F(">\n"));
opcode=0; opcode=0;
} }
break; break;