mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-24 00:26:13 +01:00
silly line ending
This commit is contained in:
parent
ff6eecf138
commit
2149f83216
|
@ -308,7 +308,7 @@ void RMFT2::ComandFilter(Print * stream, byte & opcode, byte & paramCount, int16
|
|||
if (opcode==OPCODE_ENDEXRAIL) break;
|
||||
if (opcode==OPCODE_LCC) StringFormatter::send(stream,F(" %x"),getOperand(progCounter,0));
|
||||
}
|
||||
StringFormatter::send(stream,F("\n>"));
|
||||
StringFormatter::send(stream,F(">\n"));
|
||||
opcode=0;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue
Block a user