1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #3097 from OlegHahm/ndp_warning

ng_ndp: remove warning
This commit is contained in:
Oleg Hahm 2015-05-28 09:07:03 +02:00
commit 9a063b9225

View File

@ -300,6 +300,7 @@ void ng_ndp_netif_add(ng_ipv6_netif_t *iface)
void ng_ndp_netif_remove(ng_ipv6_netif_t *iface)
{
/* TODO */
(void) iface;
}
static ng_ipv6_addr_t *_default_router(void)