Added rpl_print_neighbor_list function for RPL state monitoring

This commit is contained in:
Simon Duquennoy 2015-05-06 11:34:52 +02:00
parent be47673d40
commit 529376be77
3 changed files with 30 additions and 0 deletions

View file

@ -166,6 +166,10 @@ handle_dio_timer(void *ptr)
}
new_dio_interval(instance);
}
#if DEBUG
rpl_print_neighbor_list();
#endif
}
/*---------------------------------------------------------------------------*/
void