mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-05 09:29:39 +00:00
core/net/rpl/rpl-dag.c: fix warning: function declaration isn't a prototype
This commit is contained in:
parent
2e47bf9cdc
commit
52e7ea9cc4
@ -88,7 +88,7 @@ rpl_instance_t *default_instance;
|
|||||||
|
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
void
|
void
|
||||||
rpl_print_neighbor_list()
|
rpl_print_neighbor_list(void)
|
||||||
{
|
{
|
||||||
if(default_instance != NULL && default_instance->current_dag != NULL &&
|
if(default_instance != NULL && default_instance->current_dag != NULL &&
|
||||||
default_instance->of != NULL && default_instance->of->calculate_rank != NULL) {
|
default_instance->of != NULL && default_instance->of->calculate_rank != NULL) {
|
||||||
|
Loading…
Reference in New Issue
Block a user