mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-03-14 18:13:09 +01:00
one DIAG removed
This commit is contained in:
parent
d00864cbf4
commit
c1e4727ee8
@ -284,7 +284,7 @@ void processStream(Connection *c)
|
|||||||
i = 0;
|
i = 0;
|
||||||
k = strlen(command); // current length of the command buffer telling us where to start copy in
|
k = strlen(command); // current length of the command buffer telling us where to start copy in
|
||||||
l = strlen((char *)buffer);
|
l = strlen((char *)buffer);
|
||||||
DIAG(F("\nCommand buffer: [%s]:[%d:%d:%d]\n"), command, i, l, k );
|
// DIAG(F("\nCommand buffer: [%s]:[%d:%d:%d]\n"), command, i, l, k );
|
||||||
while (i < l)
|
while (i < l)
|
||||||
{
|
{
|
||||||
// DIAG(F("\nl: %d k: %d , i: %d"), l, k, i);
|
// DIAG(F("\nl: %d k: %d , i: %d"), l, k, i);
|
||||||
|
Loading…
Reference in New Issue
Block a user