mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
Removed duplicate code in rpl-icmp6
This commit is contained in:
@@ -84,15 +84,6 @@ void RPL_DEBUG_DAO_OUTPUT(rpl_parent_t *);
|
|||||||
|
|
||||||
static uint8_t dao_sequence = RPL_LOLLIPOP_INIT;
|
static uint8_t dao_sequence = RPL_LOLLIPOP_INIT;
|
||||||
|
|
||||||
/* some debug callbacks useful when debugging RPL networks */
|
|
||||||
#ifdef RPL_DEBUG_DIO_INPUT
|
|
||||||
void RPL_DEBUG_DIO_INPUT(uip_ipaddr_t *, rpl_dio_t *);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef RPL_DEBUG_DAO_OUTPUT
|
|
||||||
void RPL_DEBUG_DAO_OUTPUT(rpl_parent_t *);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
extern rpl_of_t RPL_OF;
|
extern rpl_of_t RPL_OF;
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
|
Reference in New Issue
Block a user