Skip to content

Commit 8c9bfa0

Browse files
Cristib05fabiobaltieri
authored andcommitted
samples: net: openthread: coap: Fix sample compilation issue.
Included required header to access OT specific data. Signed-off-by: Cristian Bulacu <cristian.bulacu@nxp.com>
1 parent 250745e commit 8c9bfa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/net/openthread/coap/src/coap_utils.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
LOG_MODULE_DECLARE(coap);
1111

1212
#include "coap_utils.h"
13+
#include <openthread/platform/radio.h>
1314

1415
static uint8_t coap_buf[COAP_MAX_BUF_SIZE];
1516
static uint8_t coap_dev_id[COAP_DEVICE_ID_SIZE];

0 commit comments

Comments
 (0)