mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
shell: fix netif output
This commit is contained in:
parent
971ee86de6
commit
863304356c
@ -265,7 +265,7 @@ static void _netif_list(kernel_pid_t dev)
|
||||
res = ng_netapi_get(dev, NETCONF_OPT_SRC_LEN, 0, &u16, sizeof(u16));
|
||||
|
||||
if (res >= 0) {
|
||||
printf("Source address length: %" PRIu16 "\n ", u16);
|
||||
printf("Source address length: %" PRIu16 "\n ", u16);
|
||||
}
|
||||
|
||||
#ifdef MODULE_NG_IPV6_NETIF
|
||||
|
Loading…
Reference in New Issue
Block a user