merge && test for master
This commit is contained in:
parent
fbc0978462
commit
a4d5d661d4
1 changed files with 2 additions and 2 deletions
|
@ -322,7 +322,7 @@ void* client_task(void* e)
|
|||
SHELLDEBUGPRINTF("Client is ready...");
|
||||
|
||||
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"));
|
||||
|
||||
|
@ -416,7 +416,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