Merge pull request #1375 from myrfy001/myrfy001-patch-1

off_t changed to signed to stay the same as POSIX
master-31012017
Simon Duquennoy 2016-03-14 16:42:13 +01:00
commit 1ffbafeaa6
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
/* Types for clocks and uip_stats */
typedef unsigned short uip_stats_t;
typedef unsigned long clock_time_t;
typedef unsigned long off_t;
typedef long off_t;
/* the low-level radio driver */
#define NETSTACK_CONF_RADIO cc2420_driver