mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-04-24 14:01:19 +02: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_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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user