mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-03-19 14:30:49 +00:00
Remove compiler warning
This commit is contained in:
parent
2cf0fb9cce
commit
52c9f4bde3
@ -33,7 +33,7 @@
|
||||
*
|
||||
* 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,
|
||||
CLOCK_SECOND * 8,
|
||||
CLOCK_SECOND * 32,
|
||||
(CLOCK_SECOND * 600UL),
|
||||
(unsigned)(CLOCK_SECOND * 600UL),
|
||||
&neighbor_discovery_callbacks);
|
||||
neighbor_discovery_start(&tc->neighbor_discovery_conn, tc->rtmetric);
|
||||
#else /* !COLLECT_ANNOUNCEMENTS */
|
||||
|
Loading…
x
Reference in New Issue
Block a user