1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

rpl: remvove forward declaration

This commit is contained in:
BytesGalore 2017-04-11 11:38:06 +02:00
parent d6a3d4608a
commit 3ec69a2b2b

View File

@ -37,7 +37,6 @@ static char addr_str[IPV6_ADDR_MAX_STR_LEN];
#endif
static gnrc_rpl_parent_t *_gnrc_rpl_find_preferred_parent(gnrc_rpl_dodag_t *dodag);
static void _rpl_trickle_send_dio(void *args);
static void _rpl_trickle_send_dio(void *args)
{