disable LwIP example

This commit is contained in:
Stefan Lankes 2011-08-02 05:26:40 -07:00
parent 81a24913ca
commit 556734bf8c

View file

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