We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86756c0 + 82eac71 commit 2bedb0bCopy full SHA for 2bedb0b
.github/workflows/action.yml
@@ -24,6 +24,7 @@ on:
24
jobs:
25
build:
26
runs-on: ubuntu-latest
27
+ name: ${{ matrix.legs.RTT_BSP }}
28
strategy:
29
fail-fast: false
30
matrix:
components/net/netdev/src/netdev.c
@@ -887,7 +887,7 @@ static void netdev_list_if(void)
887
rt_kprintf("%02x ", netdev->hwaddr[index]);
888
}
889
890
- else if (netdev->hwaddr_len == NETDEV_IFCONFIG_IEMI_MAX_LEN)
+ else if (netdev->hwaddr_len == NETDEV_IFCONFIG_IMEI_MAX_LEN)
891
{
892
rt_kprintf("IMEI: ");
893
for (index = 0; index < netdev->hwaddr_len; index++)
0 commit comments