Fixed compilation warning

This commit is contained in:
adamdunkels 2009-12-06 17:10:54 +00:00
parent 8bcc838d8a
commit 53457eb1f0

View File

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * This file is part of the Contiki operating system.
* *
* $Id: xmac.c,v 1.45 2009/12/06 17:05:45 adamdunkels Exp $ * $Id: xmac.c,v 1.46 2009/12/06 17:10:54 adamdunkels Exp $
*/ */
/** /**
@ -295,7 +295,6 @@ powercycle_turn_radio_on(void)
static char static char
powercycle(struct rtimer *t, void *ptr) powercycle(struct rtimer *t, void *ptr)
{ {
int r;
#if WITH_TIMESYNCH #if WITH_TIMESYNCH
rtimer_clock_t should_be, adjust; rtimer_clock_t should_be, adjust;
#endif /* WITH_TIMESYNCH */ #endif /* WITH_TIMESYNCH */