From c4c4e8164d897f722cbe5c6c2a4d6e6f088eb180 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Tue, 23 Feb 2010 18:22:44 +0000 Subject: [PATCH] Enabled compilation without timesynch enabled --- apps/shell/shell-rime-debug-runicast.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/shell/shell-rime-debug-runicast.c b/apps/shell/shell-rime-debug-runicast.c index dfde2bd23..583feea39 100644 --- a/apps/shell/shell-rime-debug-runicast.c +++ b/apps/shell/shell-rime-debug-runicast.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: shell-rime-debug-runicast.c,v 1.1 2010/01/31 19:35:12 adamdunkels Exp $ + * $Id: shell-rime-debug-runicast.c,v 1.2 2010/02/23 18:22:44 adamdunkels Exp $ */ /** @@ -128,7 +128,9 @@ recv_ruc(struct runicast_conn *c, const rimeaddr_t *from, uint8_t seqno) { struct collect_msg *msg; rtimer_clock_t latency; +#if TIMESYNCH_CONF_ENABLED rtimer_clock_t timestamp; +#endif /* TIMESYNCH_CONF_ENABLED */ msg = packetbuf_dataptr();