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