lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Getting started with lwIP on a NON-SYS platform


From: Simon Goldschmidt
Subject: Re: [lwip-users] Getting started with lwIP on a NON-SYS platform
Date: Wed, 27 Jun 2012 15:07:15 +0200

Angel CODREAN <address@hidden> wrote:
> >   netif_add(netif, &ipaddr, &netmask, &gw, NULL, LWIP_driver_init,
> > LWIP_driver_input);

I think the last argument should be 'tcpip_input', to feed the packets into the 
stack, not 'LWIP_driver_input' (which I assume is a function in your 
ethernetif.c file?).

Simon
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de



reply via email to

[Prev in Thread] Current Thread [Next in Thread]