Initial version of PPP for NO_SYS==1, some TODOs are remaining, but it works...

This commit is contained in:
goldsimon
2009-12-31 17:56:51 +00:00
parent 9c51487d1a
commit 3269da52cc
3 changed files with 250 additions and 251 deletions

View File

@@ -114,9 +114,6 @@
#if (LWIP_IGMP && (MEMP_NUM_IGMP_GROUP<=1))
#error "If you want to use IGMP, you have to define MEMP_NUM_IGMP_GROUP>1 in your lwipopts.h"
#endif
#if (PPP_SUPPORT && (NO_SYS==1))
// #error "If you want to use PPP, you have to define NO_SYS=0 in your lwipopts.h"
#endif
#if (LWIP_NETIF_API && (NO_SYS==1))
#error "If you want to use NETIF API, you have to define NO_SYS=0 in your lwipopts.h"
#endif