Skip to content

Commit

Permalink
fixup! sys/net/nanocoap: Make APIs (more) transport agnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu committed Oct 21, 2024
1 parent 84cbedc commit c111611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/include/net/nanocoap.h
Original file line number Diff line number Diff line change
Expand Up @@ -2152,7 +2152,7 @@ ssize_t coap_build_reply(coap_pkt_t *pkt, unsigned code,
* @returns size of reply packet on success
* @returns -ENOSPC if @p rbuf too small
*/
ssize_t coap_build_empty_ack(const coap_pkt_t *pkt, coap_hdr_t *ack);
ssize_t coap_build_empty_ack(const coap_pkt_t *pkt, coap_udp_hdr_t *ack);

/**
* @brief Handle incoming CoAP request
Expand Down

0 comments on commit c111611

Please sign in to comment.