mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
nc: minor doc fix
This commit is contained in:
parent
390e6c0e9a
commit
f796f6339c
@ -147,7 +147,7 @@ typedef struct {
|
|||||||
vtimer_t nbr_adv_timer;
|
vtimer_t nbr_adv_timer;
|
||||||
|
|
||||||
#ifdef MODULE_GNRC_SIXLOWPAN_ND_ROUTER
|
#ifdef MODULE_GNRC_SIXLOWPAN_ND_ROUTER
|
||||||
vtimer_t type_timeout; /**< Timer for type transissions */
|
vtimer_t type_timeout; /**< Timer for type transmissions */
|
||||||
eui64_t eui64; /**< the unique EUI-64 of the neighbor (might be
|
eui64_t eui64; /**< the unique EUI-64 of the neighbor (might be
|
||||||
* different from L2 address, if l2_addr_len == 2) */
|
* different from L2 address, if l2_addr_len == 2) */
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user