mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-30 05:10:26 +08:00
[net][netdev] fix IMEI spell mistake in ifconfig command
Signed-off-by: chenyong <1521761801@qq.com>
This commit is contained in:
parent
900cc4b13b
commit
438d17e27b
@ -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*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user