1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 18:03:45 +02:00

DIAGSERIAL corrections

for SAMD
This commit is contained in:
Asbelos
2020-07-25 01:40:20 +01:00
parent 6fadd18827
commit 09cf6763cb
3 changed files with 4 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ const int HASH_KEYWORD_MAIN=11339;
int DCCEXParser::stashP[MAX_PARAMS];
bool DCCEXParser::stashBusy;
Print & DCCEXParser::stashStream=Serial; // keep compiler happy but ovevride in constructor
Print & DCCEXParser::stashStream=DIAGSERIAL; // keep compiler happy but ovevride in constructor
// This is a JMRI command parser, one instance per incoming stream
// It doesnt know how the string got here, nor how it gets back.