提交 438d17e2 编写于 作者: Lawlieta's avatar Lawlieta

[net][netdev] fix IMEI spell mistake in ifconfig command

Signed-off-by: Lawlieta's avatarchenyong <1521761801@qq.com>
上级 900cc4b1
......@@ -889,7 +889,7 @@ static void netdev_list_if(void)
}
else if (netdev->hwaddr_len == NETDEV_IFCONFIG_IEMI_MAX_LEN)
{
rt_kprintf("IEMI: ");
rt_kprintf("IMEI: ");
for (index = 0; index < netdev->hwaddr_len; index++)
{
/* two numbers are displayed at one time*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册