mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +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;
|
break;
|
||||||
|
|
||||||
case NETOPT_HOP_LIMIT:
|
case NETOPT_HOP_LIMIT:
|
||||||
printf("MTU");
|
printf("hop limit");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case NETOPT_MAX_PACKET_SIZE:
|
case NETOPT_MAX_PACKET_SIZE:
|
||||||
|
Loading…
Reference in New Issue
Block a user