don't longer use ping_send_now

This commit is contained in:
Stefan Lankes 2011-07-04 10:53:34 -07:00
parent f48c738d8e
commit 42b5542881

View file

@ -117,7 +117,9 @@ static int STDCALL join_test(void* arg)
return 0;
}
#ifdef CONFIG_LWIP
void ping_send_now();
#endif
int test_init(void)
{
@ -127,8 +129,8 @@ int test_init(void)
sem_init(&consuming, 0);
mailbox_int32_init(&mbox);
#ifdef CONFIG_LWIP
//ping_send_now();
#if 0
ping_send_now();
#endif
create_kernel_task(NULL, foo, "Hello from foo1\n");