Skip to content
Snippets Groups Projects
Unverified Commit 945b8132 authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #10960 from kaspar030/fix_DOXYGE

gnrc: nib: fix DOXYGE -> DOXYGEN typo
parents 3e5658d4 cb457941
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ void _auto_configure_addr(gnrc_netif_t *netif, const ipv6_addr_t *pfx,
#define _auto_configure_addr(netif, pfx, pfx_len) \
(void)netif; (void)pfx; (void)pfx_len;
#endif /* GNRC_IPV6_NIB_CONF_6LN || GNRC_IPV6_NIB_CONF_SLAAC */
#if GNRC_IPV6_NIB_CONF_SLAAC || defined(DOXYGE)
#if GNRC_IPV6_NIB_CONF_SLAAC || defined(DOXYGEN)
/**
* @brief Removes a tentative address from the interface and tries to
* reconfigure a new address
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment