[lwIP] code cleanup for Kconfig.
1. code cleanup for Kconfig. 2. fix the compiling warning for BYTE_ORDER.
This commit is contained in:
parent
341f78fed7
commit
d219f5bfa9
|
@ -36,7 +36,10 @@
|
||||||
#define LWIP_HAVE_LOOPIF 0
|
#define LWIP_HAVE_LOOPIF 0
|
||||||
|
|
||||||
#define LWIP_PLATFORM_BYTESWAP 0
|
#define LWIP_PLATFORM_BYTESWAP 0
|
||||||
|
|
||||||
|
#ifndef BYTE_ORDER
|
||||||
#define BYTE_ORDER LITTLE_ENDIAN
|
#define BYTE_ORDER LITTLE_ENDIAN
|
||||||
|
#endif
|
||||||
|
|
||||||
/* #define RT_LWIP_DEBUG */
|
/* #define RT_LWIP_DEBUG */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue