mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
NSH: eliminate a warning
This commit is contained in:
parent
21c9b793e2
commit
976ce0550c
1 changed files with 1 additions and 1 deletions
|
|
@ -1023,7 +1023,7 @@ int cmd_ifconfig(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
|
|||
|
||||
#ifdef CONFIG_NET_IPv6
|
||||
#ifdef CONFIG_NET_IPv4
|
||||
if (inet6 != NULL)
|
||||
if (inet6)
|
||||
#endif
|
||||
{
|
||||
#warning Missing Logic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue