mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
switched cfs offset type to signed long to allow backward movements with cfs_seek.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/* -*- C -*- */
|
/* -*- C -*- */
|
||||||
/* @(#)$Id: contiki-conf.h,v 1.36 2009/02/27 14:53:15 nvt-se Exp $ */
|
/* @(#)$Id: contiki-conf.h,v 1.37 2009/02/28 13:41:16 nvt-se Exp $ */
|
||||||
|
|
||||||
#ifndef CONTIKI_CONF_H
|
#ifndef CONTIKI_CONF_H
|
||||||
#define CONTIKI_CONF_H
|
#define CONTIKI_CONF_H
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
#define TIMESYNCH_CONF_ENABLED 1
|
#define TIMESYNCH_CONF_ENABLED 1
|
||||||
#define CC2420_CONF_TIMESTAMPS 1
|
#define CC2420_CONF_TIMESTAMPS 1
|
||||||
|
|
||||||
#define CFS_OFFSET_TYPE unsigned long
|
#define CFS_OFFSET_TYPE long
|
||||||
|
|
||||||
#define PROFILE_CONF_ON 0
|
#define PROFILE_CONF_ON 0
|
||||||
#define ENERGEST_CONF_ON 1
|
#define ENERGEST_CONF_ON 1
|
||||||
|
Reference in New Issue
Block a user