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:
commit
df184e3b3c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user