merge && test for master
This commit is contained in:
parent
920a4088f7
commit
5ef210c469
1 changed files with 4 additions and 1 deletions
|
@ -177,11 +177,14 @@ void* server_task(void* e)
|
|||
tmp1 = get_clock_tick();
|
||||
for (i = 0; i < 1024*4*4*4; i++)
|
||||
{
|
||||
udelay(1000);
|
||||
|
||||
if (srv_sendBuffer(&srv,0,buff,sizeof(buff))< 0)
|
||||
SHELLDEBUGPRINTF("err");
|
||||
|
||||
if (!(i%100))
|
||||
SHELLDEBUGPRINTF("\r-%d-",i);
|
||||
udelay(100);
|
||||
|
||||
// Sleep(10);
|
||||
}
|
||||
tmp2 = get_clock_tick();
|
||||
|
|
Loading…
Add table
Reference in a new issue