[update] Incorrect macro definition name and update jobs name.

This commit is contained in:
thread-liu
2020-12-10 09:51:32 +08:00
parent 86756c0d4c
commit 82eac71064
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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++)