mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
Merge pull request #10922 from maribu/ifconfig
shell/ifconfig: Fixed stringification
This commit is contained in:
commit
ff0e487510
@ -234,7 +234,7 @@ static void _print_netopt(netopt_t opt)
|
||||
break;
|
||||
|
||||
case NETOPT_HOP_LIMIT:
|
||||
printf("MTU");
|
||||
printf("hop limit");
|
||||
break;
|
||||
|
||||
case NETOPT_MAX_PACKET_SIZE:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user