Skip to content

Commit 2bedb0b

Browse files
authored
Merge pull request #4142 from thread-liu/master
[IMEI] Incorrect macro definition name and update jobs name.
2 parents 86756c0 + 82eac71 commit 2bedb0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ on:
2424
jobs:
2525
build:
2626
runs-on: ubuntu-latest
27+
name: ${{ matrix.legs.RTT_BSP }}
2728
strategy:
2829
fail-fast: false
2930
matrix:

components/net/netdev/src/netdev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ static void netdev_list_if(void)
887887
rt_kprintf("%02x ", netdev->hwaddr[index]);
888888
}
889889
}
890-
else if (netdev->hwaddr_len == NETDEV_IFCONFIG_IEMI_MAX_LEN)
890+
else if (netdev->hwaddr_len == NETDEV_IFCONFIG_IMEI_MAX_LEN)
891891
{
892892
rt_kprintf("IMEI: ");
893893
for (index = 0; index < netdev->hwaddr_len; index++)

0 commit comments

Comments
 (0)