Don't override UIP_CONF_BYTE_ORDER in contiki-conf.h for native platform

This commit is contained in:
Laurent Deru 2017-12-08 13:14:22 +01:00
parent d0ca150a38
commit acbe590b52
1 changed files with 2 additions and 0 deletions

View File

@ -69,7 +69,9 @@ typedef int32_t s32_t;
typedef unsigned short uip_stats_t;
#ifndef UIP_CONF_BYTE_ORDER
#define UIP_CONF_BYTE_ORDER UIP_LITTLE_ENDIAN
#endif
#if NETSTACK_CONF_WITH_IPV6