1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

sock/util: add config group

This commit is contained in:
francisco 2019-05-22 15:45:57 +02:00
parent d89e19832c
commit ef4481fba9

View File

@ -96,7 +96,9 @@ int sock_udp_str2ep(sock_udp_ep_t *ep_out, const char *str);
bool sock_udp_ep_equal(const sock_udp_ep_t *a, const sock_udp_ep_t *b);
/**
* @name helper definitions
* @defgroup net_sock_util_conf SOCK utility functions compile configurations
* @ingroup net_sock_util
* @ingroup config
* @{
*/