Remove compiler warning
This commit is contained in:
parent
2cf0fb9cce
commit
52c9f4bde3
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: collect.c,v 1.37 2010/03/09 13:21:28 adamdunkels Exp $
|
* $Id: collect.c,v 1.38 2010/03/12 15:21:14 dak664 Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -628,7 +628,7 @@ collect_open(struct collect_conn *tc, uint16_t channels,
|
||||||
neighbor_discovery_open(&tc->neighbor_discovery_conn, channels,
|
neighbor_discovery_open(&tc->neighbor_discovery_conn, channels,
|
||||||
CLOCK_SECOND * 8,
|
CLOCK_SECOND * 8,
|
||||||
CLOCK_SECOND * 32,
|
CLOCK_SECOND * 32,
|
||||||
(CLOCK_SECOND * 600UL),
|
(unsigned)(CLOCK_SECOND * 600UL),
|
||||||
&neighbor_discovery_callbacks);
|
&neighbor_discovery_callbacks);
|
||||||
neighbor_discovery_start(&tc->neighbor_discovery_conn, tc->rtmetric);
|
neighbor_discovery_start(&tc->neighbor_discovery_conn, tc->rtmetric);
|
||||||
#else /* !COLLECT_ANNOUNCEMENTS */
|
#else /* !COLLECT_ANNOUNCEMENTS */
|
||||||
|
|
Loading…
Reference in a new issue