mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-17 21:56:45 +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:
@@ -102,7 +102,7 @@
|
||||
* (the array of lwip-internal cyclic timers is still provided)
|
||||
* (check NO_SYS_NO_TIMERS for compatibility to old versions)
|
||||
*/
|
||||
#ifndef LWIP_TIMERS || defined __DOXYGEN__
|
||||
#if !defined LWIP_TIMERS || defined __DOXYGEN__
|
||||
#ifdef NO_SYS_NO_TIMERS
|
||||
#define LWIP_TIMERS (!NO_SYS || (NO_SYS && !NO_SYS_NO_TIMERS))
|
||||
#else
|
||||
@@ -1524,26 +1524,6 @@
|
||||
* @}
|
||||
*/
|
||||
|
||||
/*
|
||||
------------------------------------
|
||||
---------- SLIPIF options ----------
|
||||
------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @defgroup lwip_opts_slip SLIP interface
|
||||
* @ingroup lwip_opts
|
||||
* @{
|
||||
*/
|
||||
/**
|
||||
* LWIP_HAVE_SLIPIF==1: Support slip interface and slipif.c
|
||||
*/
|
||||
#if !defined LWIP_HAVE_SLIPIF || defined __DOXYGEN__
|
||||
#define LWIP_HAVE_SLIPIF 0
|
||||
#endif
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
||||
/*
|
||||
------------------------------------
|
||||
---------- Thread options ----------
|
||||
|
||||
Reference in New Issue
Block a user