From bc6704079c626287fbbed770e2f8e30b5e0365fc Mon Sep 17 00:00:00 2001 From: fros4943 Date: Thu, 16 Apr 2009 14:34:51 +0000 Subject: [PATCH] cc2420 checksums temporarily disabled, due to timing problems with the x-mac unicast optimization --- platform/sky/contiki-conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/sky/contiki-conf.h b/platform/sky/contiki-conf.h index a99fa55b4..b7d74ab73 100644 --- a/platform/sky/contiki-conf.h +++ b/platform/sky/contiki-conf.h @@ -1,5 +1,5 @@ /* -*- C -*- */ -/* @(#)$Id: contiki-conf.h,v 1.49 2009/04/10 00:39:19 adamdunkels Exp $ */ +/* @(#)$Id: contiki-conf.h,v 1.50 2009/04/16 14:34:51 fros4943 Exp $ */ #ifndef CONTIKI_CONF_H #define CONTIKI_CONF_H @@ -22,7 +22,7 @@ #ifndef WITH_UIP6 #define TIMESYNCH_CONF_ENABLED 1 #define CC2420_CONF_TIMESTAMPS 1 -#define CC2420_CONF_CHECKSUM 1 +#define CC2420_CONF_CHECKSUM 0 #endif /* !WITH_UIP6 */ #define CFS_CONF_OFFSET_TYPE long