1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-23 08:06:13 +01:00

Rename Parser

This commit is contained in:
David Cutting 2020-06-04 12:45:49 -06:00
parent 4033b6a597
commit 49cd0a866c

View File

@ -57,7 +57,7 @@ void setup() {
EEStore::init();
JMRIParser::init(mainTrack, progTrack); // Set up the string parser to accept commands from the interfaces
DCCEXParser::init(mainTrack, progTrack); // Set up the string parser to accept commands from the interfaces
CommManager::showInitInfo();
}