mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 09:38:37 +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;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NET_IPv6
|
#ifdef CONFIG_NET_LOCAL
|
||||||
case AF_LOCAL:
|
case AF_LOCAL:
|
||||||
minlen = sizeof(sa_family_t);
|
minlen = sizeof(sa_family_t);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user