Skip to content

Commit

Permalink
fixup! fixup! examples/nanocoap: add blockwise block2 example
Browse files Browse the repository at this point in the history
  • Loading branch information
bergzand committed Sep 1, 2018
1 parent 59a3e54 commit dbf94b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nanocoap_server/coap_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static ssize_t _riot_board_handler(coap_pkt_t *pkt, uint8_t *buf, size_t len, vo
static ssize_t _riot_block2_handler(coap_pkt_t *pkt, uint8_t *buf, size_t len, void *context)
{
(void)context;
coap_blockhelper_t blk;
coap_blockbuilder_t blk;
uint8_t *payload = buf + coap_get_total_hdr_len(pkt);

uint8_t *bufpos = payload;
Expand Down

0 comments on commit dbf94b9

Please sign in to comment.