We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250745e commit 8c9bfa0Copy full SHA for 8c9bfa0
samples/net/openthread/coap/src/coap_utils.c
@@ -10,6 +10,7 @@
10
LOG_MODULE_DECLARE(coap);
11
12
#include "coap_utils.h"
13
+#include <openthread/platform/radio.h>
14
15
static uint8_t coap_buf[COAP_MAX_BUF_SIZE];
16
static uint8_t coap_dev_id[COAP_DEVICE_ID_SIZE];
0 commit comments