mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 02:23:49 +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 "fmt.h"
|
||||||
#include "net/nanocoap.h"
|
#include "net/nanocoap.h"
|
||||||
#include "hashes/sha256.h"
|
#include "hashes/sha256.h"
|
||||||
|
#include "kernel_defines.h"
|
||||||
|
|
||||||
/* internal value that can be read/written via CoAP */
|
/* internal value that can be read/written via CoAP */
|
||||||
static uint8_t internal_value = 0;
|
static uint8_t internal_value = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user