Skip to content
Snippets Groups Projects
Commit 5f0a931b authored by Oleg Hahm's avatar Oleg Hahm
Browse files

Merge pull request #3898 from authmillenon/shell/enh/ncache

sc_ipv6_nc: Use more letters for type
parents d71abdf9 53fd4b62
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment