net/gnrc/sixlowpan/nd: remove duplicate definition
This commit is contained in:
parent
7d2c9ef418
commit
a3f349c991
@ -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.
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user