diff --git a/src/include/lwip/arch.h b/src/include/lwip/arch.h index 3c056f47..8469440d 100644 --- a/src/include/lwip/arch.h +++ b/src/include/lwip/arch.h @@ -59,6 +59,7 @@ /** Define the byte order of the system. * Needed for conversion of network data to host byte order. + * Allowed values: LITTLE_ENDIAN and BIG_ENDIAN */ #ifndef BYTE_ORDER #define BYTE_ORDER LITTLE_ENDIAN