Skip to content
Snippets Groups Projects
Commit 7e31ffc4 authored by Ken Bannister's avatar Ken Bannister
Browse files

examples/nanocoap: use descriptive macro name

parent 62f49467
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ ssize_t _sha256_handler(coap_pkt_t* pkt, uint8_t *buf, size_t len, void *context
sha256_update(&sha256, pkt->payload, pkt->payload_len);
if (block1.more == 1) {
result = COAP_CODE_231;
result = COAP_CODE_CONTINUE;
}
size_t result_len = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment