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)