mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-29 03:14:04 +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) */
|
||||
#ifndef LWIP_HAVE_LOOPIF
|
||||
#define LWIP_HAVE_LOOPIF 1
|
||||
#define LWIP_HAVE_LOOPIF 0
|
||||
#endif
|
||||
|
||||
#ifndef LWIP_EVENT_API
|
||||
|
Loading…
Reference in New Issue
Block a user