From 002e508703faa6c2ccdd145c5a7de72477c2470b Mon Sep 17 00:00:00 2001 From: nifi Date: Wed, 3 Feb 2010 13:59:55 +0000 Subject: [PATCH] fixed compiler warning --- platform/esb/contiki-esb-main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/esb/contiki-esb-main.c b/platform/esb/contiki-esb-main.c index c43db748a..326f74670 100644 --- a/platform/esb/contiki-esb-main.c +++ b/platform/esb/contiki-esb-main.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: contiki-esb-main.c,v 1.16 2009/07/07 13:06:56 nifi Exp $ + * @(#)$Id: contiki-esb-main.c,v 1.17 2010/02/03 13:59:55 nifi Exp $ */ #include @@ -56,7 +56,6 @@ #if DCOSYNCH_ENABLED static struct timer dco_timer; -static char dco_enabled = 0; #endif /* DCOSYNCH_ENABLED */ SENSORS(&button_sensor, &sound_sensor, &vib_sensor,