From 0351577e1875f70981aed75f4fbb97edd2412a6e Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Fri, 1 Feb 2019 16:22:37 +0100 Subject: [PATCH] shell/ifconfig: Fixed stringification --- sys/shell/commands/sc_gnrc_netif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/shell/commands/sc_gnrc_netif.c b/sys/shell/commands/sc_gnrc_netif.c index a124f9ca36..3b67ce4bed 100644 --- a/sys/shell/commands/sc_gnrc_netif.c +++ b/sys/shell/commands/sc_gnrc_netif.c @@ -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: