Minor documentation update in lwip/arch.h

This commit is contained in:
Dirk Ziegelmeier 2016-12-28 21:52:10 +01:00
parent 55199fc62c
commit 211a71cf11

View File

@ -59,6 +59,7 @@
/** Define the byte order of the system. /** Define the byte order of the system.
* Needed for conversion of network data to host byte order. * Needed for conversion of network data to host byte order.
* Allowed values: LITTLE_ENDIAN and BIG_ENDIAN
*/ */
#ifndef BYTE_ORDER #ifndef BYTE_ORDER
#define BYTE_ORDER LITTLE_ENDIAN #define BYTE_ORDER LITTLE_ENDIAN