1
0
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:
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; 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: