From 86e6898fa539d6b57d621f448547daa0f8406501 Mon Sep 17 00:00:00 2001 From: chrysn Date: Tue, 21 Feb 2023 20:14:19 +0100 Subject: [PATCH] doc/gcoap: Update ToDo item referencing abandoned document --- sys/include/net/gcoap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/include/net/gcoap.h b/sys/include/net/gcoap.h index be95145f216e..8fd9ad356be9 100644 --- a/sys/include/net/gcoap.h +++ b/sys/include/net/gcoap.h @@ -1100,8 +1100,7 @@ uint8_t gcoap_op_state(void); * (i.e. usage of modules no `gcoap_dtls`, ...) this will * be ignored and @ref GCOAP_SOCKET_TYPE_UDP assumed. * - * @todo add support for `JSON CoRE Link Format` - * @todo add support for 'CBOR CoRE Link Format` + * @todo add support for CoRAL once it is done * * @return the number of bytes written to @p buf * @return -1 on error