Add user configuration of DIO preference field
This commit is contained in:
parent
49bf7cc241
commit
3b503da680
2 changed files with 10 additions and 0 deletions
|
@ -186,4 +186,13 @@
|
|||
#define RPL_DEFAULT_LIFETIME RPL_CONF_DEFAULT_LIFETIME
|
||||
#endif
|
||||
|
||||
/*
|
||||
* DAG preference field
|
||||
*/
|
||||
#ifdef RPL_CONF_PREFERENCE
|
||||
#define RPL_PREFERENCE RPL_CONF_PREFERENCE
|
||||
#else
|
||||
#define RPL_PREFERENCE 0
|
||||
#endif
|
||||
|
||||
#endif /* RPL_CONF_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue