refine BYTE_ORDER macro

This commit is contained in:
xools 2017-04-22 22:42:36 -07:00
parent 3cad43fc05
commit 8be3552036
1 changed files with 4 additions and 1 deletions

View File

@ -39,7 +39,10 @@
#define LWIP_HAVE_LOOPIF 0
#define LWIP_PLATFORM_BYTESWAP 0
//#define BYTE_ORDER LITTLE_ENDIAN
#ifndef BYTE_ORDER
#define BYTE_ORDER LITTLE_ENDIAN
#endif
/* #define RT_LWIP_DEBUG */