mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #3097 from OlegHahm/ndp_warning
ng_ndp: remove warning
This commit is contained in:
commit
9a063b9225
@ -300,6 +300,7 @@ void ng_ndp_netif_add(ng_ipv6_netif_t *iface)
|
|||||||
void ng_ndp_netif_remove(ng_ipv6_netif_t *iface)
|
void ng_ndp_netif_remove(ng_ipv6_netif_t *iface)
|
||||||
{
|
{
|
||||||
/* TODO */
|
/* TODO */
|
||||||
|
(void) iface;
|
||||||
}
|
}
|
||||||
|
|
||||||
static ng_ipv6_addr_t *_default_router(void)
|
static ng_ipv6_addr_t *_default_router(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user