We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341f78f commit d219f5bCopy full SHA for d219f5b
components/net/Kconfig
@@ -3,7 +3,7 @@ menu "Network stack"
3
menu "light weight TCP/IP stack"
4
config RT_USING_LWIP
5
bool "Enable lwIP stack"
6
- select RT_USING_DEVICE
+ select RT_USING_DEVICE
7
default n
8
9
if RT_USING_LWIP
components/net/lwip-1.4.1/src/lwipopts.h
@@ -36,7 +36,10 @@
36
#define LWIP_HAVE_LOOPIF 0
37
38
#define LWIP_PLATFORM_BYTESWAP 0
39
+
40
+#ifndef BYTE_ORDER
41
#define BYTE_ORDER LITTLE_ENDIAN
42
+#endif
43
44
/* #define RT_LWIP_DEBUG */
45
0 commit comments