delta param

Dependents:   EthernetInterface

Fork of lwip by mbed official

Revision:
19:841ad45e9100
Parent:
16:092c37b63ee8
Child:
20:fea5f39cefb5
--- a/lwipopts.h	Fri Sep 12 16:45:32 2014 +0000
+++ b/lwipopts.h	Tue Sep 16 13:20:38 2014 +0000
@@ -132,9 +132,9 @@
 
 #define LWIP_ARP 0
 
-#define PPP_SUPPORT 1
-#define CHAP_SUPPORT                    1
-#define PAP_SUPPORT                     1
+#define PPP_SUPPORT 0//1
+#define CHAP_SUPPORT                    0//1
+#define PAP_SUPPORT                     0//1
 #define PPP_THREAD_STACKSIZE            4*192
 #define PPP_THREAD_PRIO 0
 
@@ -145,4 +145,4 @@
 #error A transport mechanism (Ethernet or PPP) must be defined
 #endif
 
-#endif /* LWIPOPTS_H_ */
+#endif /* LWIPOPTS_H_ */
\ No newline at end of file