Changed the name of macros defined in neighbor-info.h to have the NEIGHBOR_INFO prefix.
This commit is contained in:
parent
ed3995960d
commit
acb5480aa9
2 changed files with 3 additions and 3 deletions
|
@ -94,7 +94,7 @@ static rpl_of_t * const objective_functions[] = {&RPL_OF};
|
|||
#define RPL_DIO_INTERVAL_DOUBLINGS RPL_CONF_DIO_INTERVAL_DOUBLINGS
|
||||
#endif /* !RPL_CONF_DIO_INTERVAL_DOUBLINGS */
|
||||
|
||||
#define INITIAL_ETX ETX_DIVISOR * 5
|
||||
#define INITIAL_ETX NEIGHBOR_INFO_ETX_DIVISOR * 5
|
||||
|
||||
/************************************************************************/
|
||||
/* Allocate parents from the same static MEMB chunk to reduce memory waste. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue