From b6501c7e3e1398539299a16b45bd2908b95b08bd Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Sun, 30 Jan 2022 23:58:34 +0100 Subject: [PATCH] revert to write ERROR --- DCCEXParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DCCEXParser.cpp b/DCCEXParser.cpp index a400225..f84c123 100644 --- a/DCCEXParser.cpp +++ b/DCCEXParser.cpp @@ -886,7 +886,7 @@ void DCCEXParser::callback_R(int16_t result) void DCCEXParser::callback_Rloco(int16_t result) { const FSH * detail; if (result<=0) { - detail=F("\n"); + detail=F("\n"); } else { bool longAddr=result & LONG_ADDR_MARKER; //long addr if (longAddr)