mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 18:56:10 +08:00
Fix typo in conditional compilation
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@ ssize_t psock_sendto(FAR struct socket *psock, FAR const void *buf,
|
||||
break;
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NET_IPv6
|
||||
#ifdef CONFIG_NET_LOCAL
|
||||
case AF_LOCAL:
|
||||
minlen = sizeof(sa_family_t);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user