mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
use unsigned long as cfs offset type.
This commit is contained in:
parent
aaa9d62304
commit
9f8f773b43
@ -1,5 +1,5 @@
|
||||
/* -*- C -*- */
|
||||
/* @(#)$Id: contiki-conf.h,v 1.35 2009/02/25 10:23:03 adamdunkels Exp $ */
|
||||
/* @(#)$Id: contiki-conf.h,v 1.36 2009/02/27 14:53:15 nvt-se Exp $ */
|
||||
|
||||
#ifndef CONTIKI_CONF_H
|
||||
#define CONTIKI_CONF_H
|
||||
@ -19,6 +19,8 @@
|
||||
#define TIMESYNCH_CONF_ENABLED 1
|
||||
#define CC2420_CONF_TIMESTAMPS 1
|
||||
|
||||
#define CFS_OFFSET_TYPE unsigned long
|
||||
|
||||
#define PROFILE_CONF_ON 0
|
||||
#define ENERGEST_CONF_ON 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user