mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 00:15:16 +00:00
PPP, CORE, we don't need PPP_LINK_ENABLED_NUMBER anymore
This commit is contained in:
parent
1918914598
commit
444da3ecec
@ -87,12 +87,6 @@
|
||||
#define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */
|
||||
#define PPP_TRANS 0x20 /* Asynchronous transparency modifier */
|
||||
|
||||
/*
|
||||
* Number of enabled low-level protocols
|
||||
* Useful for low-level protocols to check whether they are alone.
|
||||
*/
|
||||
#define PPP_LINK_ENABLED_NUMBER (!!PPPOS_SUPPORT+!!PPPOE_SUPPORT+!!PPPOL2TP_SUPPORT)
|
||||
|
||||
/*
|
||||
* Protocol field values.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user