1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

gcoap: fix reference for gcoap_socket_type_t

This commit is contained in:
Martine S. Lenders 2024-03-28 09:24:57 +01:00
parent 4b3308cdef
commit a6d5500a88
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

@ -722,7 +722,7 @@ typedef int (*gcoap_request_matcher_t)(gcoap_listener_t *listener,
* @brief CoAP socket types
*
* May be used as flags for @ref gcoap_listener_t, but must be used numerically
* with @ref gcoap_req_send_tl().
* with @ref gcoap_req_send().
*/
typedef enum {
GCOAP_SOCKET_TYPE_UNDEF = 0x0, /**< undefined */