Skip to content

Commit

Permalink
examples/nanocoap: update for reply function move to nanocoap sock
Browse files Browse the repository at this point in the history
  • Loading branch information
kb2ma committed May 3, 2019
1 parent 78d9dfb commit 5e94a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nanocoap_server/coap_handler.c
Expand Up @@ -11,7 +11,7 @@
#include <string.h>

#include "fmt.h"
#include "net/nanocoap.h"
#include "net/nanocoap_sock.h"
#include "hashes/sha256.h"

/* internal value that can be read/written via CoAP */
Expand Down

0 comments on commit 5e94a7d

Please sign in to comment.