shell test

This commit is contained in:
Carl-Benedikt Krüger 2011-07-12 15:09:48 +02:00
parent d986385207
commit c220e33b66

View file

@ -48,6 +48,11 @@ void shell_init(int srv_or_cli)
cli_init(&cli);
while (cli_ConnectTo(&cli,"192.168.0.1",5555,0));
sleep(1);
sleep(5);
SHELLDEBUGPRINTF("sleeped 5 seconds\n");
sleep(5);
SHELLDEBUGPRINTF("sleeped another 5 seconds\n")
}
}