shell test
This commit is contained in:
parent
57975e19be
commit
bb1e791860
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue