mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #3898 from authmillenon/shell/enh/ncache
sc_ipv6_nc: Use more letters for type
This commit is contained in:
commit
5f0a931b2d
@ -72,11 +72,11 @@ static void _print_nc_type(gnrc_ipv6_nc_t *entry)
|
||||
break;
|
||||
|
||||
case GNRC_IPV6_NC_TYPE_TENTATIVE:
|
||||
printf("T");
|
||||
printf("TENT");
|
||||
break;
|
||||
|
||||
case GNRC_IPV6_NC_TYPE_REGISTERED:
|
||||
printf("R");
|
||||
printf("REG");
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user