shell test

This commit is contained in:
Carl-Benedikt Krüger 2011-07-12 15:16:23 +02:00
parent 57975e19be
commit bb1e791860

View file

@ -64,9 +64,9 @@ void shell_init(int srv_or_cli)
sleep(1);
sleep(5);
SHELLDEBUGPRINTF("sleeped 5 seconds\n");
shelldebugprintf("sleeped 5 seconds\n");
sleep(5);
SHELLDEBUGPRINTF("sleeped another 5 seconds\n")
shelldebugprintf("sleeped another 5 seconds\n")
}
}