On Thu, Oct 4, 2012 at 10:31 AM, Dirk Handzic <[email protected]> wrote: > I am using 1.4.0 with Ethernet in a NO_SYS = 1 system, but now I need > to use it with a GPRS modem using PPPoS. When compiling auth.c and > fsm.c call sys_timeout and sys_untimeout functions not available in a > NO_SYS system. > Does PPPOS not work in a NO_SYS system?
These functions are in src/core/timers.c, they should be enabled if NO_SYS=1 and NO_SYS_NO_TIMERS=0. /Erik _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
