merge && test for master
This commit is contained in:
parent
e88881a756
commit
b7d0ec5cf5
1 changed files with 2 additions and 2 deletions
|
@ -317,7 +317,7 @@ void* client_task(void* e)
|
|||
cli._OnDisconnect = cli_on_disc;
|
||||
sleep(5);
|
||||
while (
|
||||
cli_ConnectTo(&cli,"192.168.0.1",5555,0));
|
||||
cli_ConnectTo(&cli,"192.168.0.2",5555,0));
|
||||
sleep(1);
|
||||
cli_sendBuffer(&cli,"Hallo Welt",sizeof("Hallo Welt"));
|
||||
|
||||
|
@ -411,7 +411,7 @@ int test_init(void)
|
|||
sleep(10);
|
||||
SHELLDEBUGPRINTF("hello World! I AM CORE NO. %d =) \n",RCCE_ue());
|
||||
|
||||
if (!RCCE_ue())
|
||||
if (RCCE_ue())
|
||||
create_kernel_task(NULL,server_task,NULL);
|
||||
else
|
||||
create_kernel_task(NULL,client_task,NULL);
|
||||
|
|
Loading…
Add table
Reference in a new issue