Skip to content
Snippets Groups Projects
Commit a5d444bd authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #6889 from BytesGalore/rpl_rem_forward_declaration

rpl: remove unnecessary forward declaration
parents 001f9b05 3ec69a2b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment