Skip to content
Snippets Groups Projects
Verified Commit 005bbe30 authored by Anian Bühler's avatar Anian Bühler
Browse files

added newLine in verbose mode

parent 0071310f
No related branches found
No related tags found
1 merge request!10Dev verbose
...@@ -631,6 +631,7 @@ bool DidacticPSNetBroker::printVerbose(char *recievedData) // TEST: new & untest ...@@ -631,6 +631,7 @@ bool DidacticPSNetBroker::printVerbose(char *recievedData) // TEST: new & untest
_verbosePort->write(signBuffer); _verbosePort->write(signBuffer);
signCounter++; signCounter++;
} }
_verbosePort->write('\n');
} }
return _isVerbose; return _isVerbose;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment