From e03cf052ba6c378ee99551cb68cd5f99d74af588 Mon Sep 17 00:00:00 2001 From: Karl Fessel Date: Thu, 27 Jan 2022 12:32:37 +0100 Subject: [PATCH] example/nanocoap_server: include kernel_defines.h --- examples/nanocoap_server/coap_handler.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/nanocoap_server/coap_handler.c b/examples/nanocoap_server/coap_handler.c index 9a916e12a5..1c07774249 100644 --- a/examples/nanocoap_server/coap_handler.c +++ b/examples/nanocoap_server/coap_handler.c @@ -13,6 +13,7 @@ #include "fmt.h" #include "net/nanocoap.h" #include "hashes/sha256.h" +#include "kernel_defines.h" /* internal value that can be read/written via CoAP */ static uint8_t internal_value = 0;