mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-20 00:45:22 +08:00
[update] Incorrect macro definition name and update jobs name.
This commit is contained in:
@@ -887,7 +887,7 @@ static void netdev_list_if(void)
|
||||
rt_kprintf("%02x ", netdev->hwaddr[index]);
|
||||
}
|
||||
}
|
||||
else if (netdev->hwaddr_len == NETDEV_IFCONFIG_IEMI_MAX_LEN)
|
||||
else if (netdev->hwaddr_len == NETDEV_IFCONFIG_IMEI_MAX_LEN)
|
||||
{
|
||||
rt_kprintf("IMEI: ");
|
||||
for (index = 0; index < netdev->hwaddr_len; index++)
|
||||
|
||||
Reference in New Issue
Block a user