net/gnrc/sixlowpan/nd: remove duplicate definition

This commit is contained in:
PeterKietzmann 2020-01-17 18:07:38 +01:00
parent 7d2c9ef418
commit a3f349c991

View File

@ -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 <a href="https://tools.ietf.org/html/rfc6775#section-5.8.1">
* RFC 6775, section 5.8.1
* </a>
*/
#define CONFIG_GNRC_SIXLOWPAN_ND_AR_LTIME (15U)
#endif
/**
* @brief Builds the address registration option.
*