Merge pull request #4142 from thread-liu/master

[IMEI] Incorrect macro definition name and update jobs name.
This commit is contained in:
Bernard Xiong 2020-12-10 16:09:27 +08:00 committed by GitHub
commit 2bedb0b24d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: ${{ matrix.legs.RTT_BSP }}
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

View File

@ -887,7 +887,7 @@ static void netdev_list_if(void)
rt_kprintf("%02x ", netdev->hwaddr[index]); 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: "); rt_kprintf("IMEI: ");
for (index = 0; index < netdev->hwaddr_len; index++) for (index = 0; index < netdev->hwaddr_len; index++)