mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
example/nanocoap_server: include kernel_defines.h
This commit is contained in:
parent
49e99f712b
commit
e03cf052ba
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user