don't longer use ping_send_now
This commit is contained in:
parent
f48c738d8e
commit
42b5542881
1 changed files with 4 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue