From a3f349c991c0981ea022334c83b8e0eb12cd80cf Mon Sep 17 00:00:00 2001 From: PeterKietzmann Date: Fri, 17 Jan 2020 18:07:38 +0100 Subject: [PATCH] net/gnrc/sixlowpan/nd: remove duplicate definition --- sys/include/net/gnrc/sixlowpan/nd.h | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/sys/include/net/gnrc/sixlowpan/nd.h b/sys/include/net/gnrc/sixlowpan/nd.h index 5cb1e300e4..ef98c2d869 100644 --- a/sys/include/net/gnrc/sixlowpan/nd.h +++ b/sys/include/net/gnrc/sixlowpan/nd.h @@ -27,6 +27,7 @@ #include "kernel_types.h" #include "net/gnrc/pkt.h" +#include "net/gnrc/sixlowpan/config.h" #include "net/ipv6/addr.h" #include "net/ndp.h" #include "net/sixlowpan/nd.h" @@ -36,20 +37,6 @@ extern "C" { #endif -#ifndef CONFIG_GNRC_SIXLOWPAN_ND_AR_LTIME -/** - * @brief Registration lifetime in minutes for the address registration option - * - * This value should be adapted to the devices power-lifecycle so that it is greater than the - * time the device spends sleeping. - * - * @see - * RFC 6775, section 5.8.1 - * - */ -#define CONFIG_GNRC_SIXLOWPAN_ND_AR_LTIME (15U) -#endif - /** * @brief Builds the address registration option. *