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

Merge pull request #20518 from miri64/gcoap/bug/quality-defects

gcoap: fix code quality defects
This commit is contained in:
Martine Lenders 2024-03-28 09:14:14 +00:00 committed by GitHub
commit 819a4a175c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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