From acbe590b52cbd840ab730dfcd0208d3d17644a6a Mon Sep 17 00:00:00 2001 From: Laurent Deru Date: Fri, 8 Dec 2017 13:14:22 +0100 Subject: [PATCH] Don't override UIP_CONF_BYTE_ORDER in contiki-conf.h for native platform --- arch/platform/native/contiki-conf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/platform/native/contiki-conf.h b/arch/platform/native/contiki-conf.h index c315b8e18..5e45a6053 100644 --- a/arch/platform/native/contiki-conf.h +++ b/arch/platform/native/contiki-conf.h @@ -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