fix netif name length config. (#8356)

This commit is contained in:
geniusgogo 2023-12-10 06:44:25 +08:00 committed by GitHub
parent fe11e85eea
commit 896c4a5b99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -583,8 +583,8 @@
#ifdef RT_LWIP_NETIF_NAMESIZE
#if (RT_LWIP_NETIF_NAMESIZE < 2)
#warning NETIF_NAMESIZE too small, the value must be greater than or equal to 6.
#define NETIF_NAMESIZE RT_LWIP_NETIF_NAMESIZE
#endif
#define NETIF_NAMESIZE RT_LWIP_NETIF_NAMESIZE
#endif /* RT_LWIP_NETIF_NAMESIZE */
/**