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

ng_ndp: remove warning

This commit is contained in:
Oleg Hahm 2015-05-27 22:02:12 +02:00
parent ae3d88fcae
commit c441e7d9f6

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)