mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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…
Reference in New Issue
Block a user