1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #5143 from Yonezawa-T2/gnrc_ipv6_nc_fix_nc_remove_debug_output

gnrc_ipv6_nc: fix compilation error at debug output
This commit is contained in:
Cenk Gündoğan 2016-03-23 09:31:28 +01:00
commit df184e3b3c

View File

@ -45,7 +45,7 @@ static void _nc_remove(kernel_pid_t iface, gnrc_ipv6_nc_t *entry)
}
DEBUG("ipv6_nc: Remove %s for interface %" PRIkernel_pid "\n",
ipv6_addr_to_str(addr_str, ipv6_addr, sizeof(addr_str)),
ipv6_addr_to_str(addr_str, &(entry->ipv6_addr), sizeof(addr_str)),
iface);
#ifdef MODULE_GNRC_NDP_NODE