From 211a71cf11f4154635480d62b505cb04ca62399d Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Wed, 28 Dec 2016 21:52:10 +0100 Subject: [PATCH] Minor documentation update in lwip/arch.h --- src/include/lwip/arch.h | 1 + 1 file changed, 1 insertion(+) 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