mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-22 23:56:13 +01:00
Update DCCEXParser.cpp
edited out extra paren )
This commit is contained in:
parent
7bd1bae470
commit
5d411e6a08
|
@ -811,7 +811,7 @@ void DCCEXParser::parseOne(Print *stream, byte *com, RingStream * ringStream)
|
||||||
F("<@ 0 0 \"DCC-EX v" VERSION "\">\n"
|
F("<@ 0 0 \"DCC-EX v" VERSION "\">\n"
|
||||||
"<@ 0 1 \"Lic GPLv3 \">\n"
|
"<@ 0 1 \"Lic GPLv3 \">\n"
|
||||||
"<@ 0 8 \"Powered by DCC-EX \">\n"
|
"<@ 0 8 \"Powered by DCC-EX \">\n"
|
||||||
CommandDistributor::setVirtualLCDSerial(NULL));
|
CommandDistributor::setVirtualLCDSerial(NULL);
|
||||||
return;
|
return;
|
||||||
#endif
|
#endif
|
||||||
default: //anything else will diagnose and drop out to <X>
|
default: //anything else will diagnose and drop out to <X>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user