switched cfs offset type to signed long to allow backward movements with cfs_seek.

This commit is contained in:
nvt-se 2009-02-28 13:41:16 +00:00
parent 63b89a67fe
commit b47221672a
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* -*- 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
#define CONTIKI_CONF_H
@ -19,7 +19,7 @@
#define TIMESYNCH_CONF_ENABLED 1
#define CC2420_CONF_TIMESTAMPS 1
#define CFS_OFFSET_TYPE unsigned long
#define CFS_OFFSET_TYPE long
#define PROFILE_CONF_ON 0
#define ENERGEST_CONF_ON 1