From 3880f06297de44ba337f298d409c620e125a10b1 Mon Sep 17 00:00:00 2001 From: hadaq Date: Mon, 21 Nov 2011 18:44:02 +0000 Subject: [PATCH] small change to recursive mode with sleep, Jan --- libtrbnet/trbcmd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libtrbnet/trbcmd.c b/libtrbnet/trbcmd.c index 9373337..c70070e 100644 --- a/libtrbnet/trbcmd.c +++ b/libtrbnet/trbcmd.c @@ -25,7 +25,7 @@ static int hexMode = HEXMODE; -static const char trbcmd_version[] = "$Revision: 2.71 $"; +static const char trbcmd_version[] = "$Revision: 2.72 $"; #define BACKLOG 10 static uint16_t tcp_port = 55555; @@ -1268,6 +1268,7 @@ int start(int argc, char **argv) trgCtr++; if (sleepTime > 0) { + printf("---\n"); usleep(sleepTime); } } /* End repeat-loop */ -- 2.43.0