Eliminate TCPIP_MSG_INPKT_PPPOS message type.

Fix my last commit, I accidentally unchecked the wrong file in commit dialog
This commit is contained in:
Dirk Ziegelmeier
2016-02-22 17:47:01 +01:00
parent 439ae629e0
commit fa6f068fd1
2 changed files with 9 additions and 16 deletions

View File

@@ -167,9 +167,6 @@ enum tcpip_msg_type {
TCPIP_MSG_API,
#endif /* LWIP_NETCONN || LWIP_SOCKET */
TCPIP_MSG_INPKT,
#if PPPOS_SUPPORT && !PPP_INPROC_IRQ_SAFE
TCPIP_MSG_INPKT_PPPOS,
#endif /* PPPOS_SUPPORT && !PPP_INPROC_IRQ_SAFE */
#if LWIP_NETIF_API
TCPIP_MSG_NETIFAPI,
#endif /* LWIP_NETIF_API */