Minor documentation update in lwip/arch.h
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user