1
0
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:
Jose Alamos 2020-03-12 18:50:18 +01:00
parent 5e9733645f
commit 062643091c

View File

@ -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.
*