From 2149f8321608456c2fe42161b7bcd48fa0e7f2e5 Mon Sep 17 00:00:00 2001 From: Asbelos Date: Tue, 8 Aug 2023 08:52:53 +0100 Subject: [PATCH] silly line ending --- EXRAIL2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXRAIL2.cpp b/EXRAIL2.cpp index ff6033e..a134068 100644 --- a/EXRAIL2.cpp +++ b/EXRAIL2.cpp @@ -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;