1
0
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:
Martine Lenders 2019-02-01 17:01:50 +01:00 committed by GitHub
commit ff0e487510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: