Merge pull request #391 from cetic/fix-duplicate
Removed duplicate code in rpl-icmp6
This commit is contained in:
commit
5688650f6d
|
@ -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;
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
|
|
Loading…
Reference in a new issue