merge && test for master

This commit is contained in:
Carl-Benedikt Krüger 2011-08-02 15:40:19 +02:00
parent fbc0978462
commit a4d5d661d4

View file

@ -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);