mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-04-01 22:30:16 +00:00
Enabled compilation without timesynch enabled
This commit is contained in:
parent
2186d70c59
commit
c4c4e8164d
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user