disable LwIP example
This commit is contained in:
parent
81a24913ca
commit
556734bf8c
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ int test_init(void)
|
|||
sem_init(&consuming, 0);
|
||||
mailbox_int32_init(&mbox);
|
||||
|
||||
#if defined(CONFIG_LWIP) && defined(CONFIG_ROCKCREEK)
|
||||
#if 0 //defined(CONFIG_LWIP) && defined(CONFIG_ROCKCREEK)
|
||||
if (!RCCE_ue())
|
||||
create_kernel_task(NULL,server_task,NULL);
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue