Browse Source

Minor documentation update in lwip/arch.h

STABLE-2_1_x
Dirk Ziegelmeier 9 years ago
parent
commit
211a71cf11
  1. 1
      src/include/lwip/arch.h

1
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

Loading…
Cancel
Save