Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!…
Browse files Browse the repository at this point in the history
… fixup! fixup! coapfileserver: New module to serve VFS via CoAP
  • Loading branch information
benpicco committed Apr 22, 2022
1 parent e39b510 commit b635389
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sys/net/application_layer/gcoap/fileserver.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @{
*
* @file
* @brief CoAP file server implementation
*
* @author Christian Amsüss <chrysn@fsfe.org>
* @author Benjamin Valentin <benjamin.valentin@ml-pa.com>
*/

#include <assert.h>
#include <stdint.h>
Expand Down Expand Up @@ -386,3 +395,5 @@ static size_t coapfileserver_errno_handler(coap_pkt_t *pdu, uint8_t *buf, size_t
code >> 5, code & 0x1f);
return gcoap_response(pdu, buf, len, code);
}

/** @} */

0 comments on commit b635389

Please sign in to comment.