Merge pull request #3067 from Lawlieta/develop

[net][netdev] fix IMEI spell mistake in ifconfig command
This commit is contained in:
Bernard Xiong 2019-09-15 09:34:25 +08:00 committed by GitHub
commit 00c2e46d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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*/