mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-16 16:13:45 +00:00
Removed tabs, default LWIP_HAVE_LOOPIF to 0 to slim footprint.
This commit is contained in:
parent
db76ca248b
commit
c55c375b0a
@ -311,7 +311,7 @@ a lot of data that needs to be copied, this should be set high. */
|
|||||||
|
|
||||||
/* Support loop interface (127.0.0.1) */
|
/* Support loop interface (127.0.0.1) */
|
||||||
#ifndef LWIP_HAVE_LOOPIF
|
#ifndef LWIP_HAVE_LOOPIF
|
||||||
#define LWIP_HAVE_LOOPIF 1
|
#define LWIP_HAVE_LOOPIF 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef LWIP_EVENT_API
|
#ifndef LWIP_EVENT_API
|
||||||
|
Loading…
Reference in New Issue
Block a user