mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
gnrc_rpl: add default value to GNRC_RPL_DEFAULT_NETIF
This commit is contained in:
parent
5e9733645f
commit
062643091c
@ -487,6 +487,13 @@ extern netstats_rpl_t gnrc_rpl_netstats;
|
||||
#define GNRC_RPL_PARENT_TIMEOUT_DIS_RETRIES (3)
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Default network interface for GNRC RPL
|
||||
*/
|
||||
#ifndef GNRC_RPL_DEFAULT_NETIF
|
||||
#define GNRC_RPL_DEFAULT_NETIF (KERNEL_PID_UNDEF)
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Initialization of the RPL thread.
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user