Skip to content

Commit a45ed81

Browse files
committed
fixup! Update sys/include/net/sock/util.h
1 parent f0279c0 commit a45ed81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/include/net/sock/util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#endif
4242

4343
#if MODULE_GNRC_SOCK_UDP || MODULE_LWIP_SOCK_UDP ||MODULE_GNRC_SOCK_TCP || MODULE_LWIP_SOCK_TCP || DOXYGEN
44-
# define HAVE_SOCK_TL_EP 1
44+
# define HAVE_SOCK_TL_EP 1 /**< Indicates presence of `struct _sock_tl_ep` */
4545
#endif
4646

4747
#ifdef __cplusplus

0 commit comments

Comments
 (0)