Make uip_stats_t int instead of short for native

This commit is contained in:
Laurent Deru 2017-12-08 13:13:59 +01:00
parent acbe590b52
commit 511497b3b6
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ typedef uint16_t u16_t;
typedef uint32_t u32_t;
typedef int32_t s32_t;
typedef unsigned short uip_stats_t;
typedef unsigned int uip_stats_t;
#ifndef UIP_CONF_BYTE_ORDER
#define UIP_CONF_BYTE_ORDER UIP_LITTLE_ENDIAN