mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 08:33:39 +08:00
Removed the LWIP_HAVE_SLIPIF option: either the linker removes it when not used or you'll have to not compile it
This commit is contained in:
@@ -62,8 +62,6 @@
|
||||
#include "netif/slipif.h"
|
||||
#include "lwip/opt.h"
|
||||
|
||||
#if LWIP_HAVE_SLIPIF
|
||||
|
||||
#include "lwip/def.h"
|
||||
#include "lwip/pbuf.h"
|
||||
#include "lwip/stats.h"
|
||||
@@ -555,5 +553,3 @@ slipif_received_bytes(struct netif *netif, u8_t *data, u8_t len)
|
||||
}
|
||||
}
|
||||
#endif /* SLIP_RX_FROM_ISR */
|
||||
|
||||
#endif /* LWIP_HAVE_SLIPIF */
|
||||
|
||||
Reference in New Issue
Block a user