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 e125164 commit d1a3d25Copy full SHA for d1a3d25
Makefile
@@ -27,6 +27,10 @@ override CFLAGS += -I$(NANOSTACK_DIR)/nanostack/
27
NSDLC_DIR := ../nsdl-c
28
override CFLAGS += -I$(NSDLC_DIR)/nsdl-c
29
30
+COAP_DIR := ../libcoap
31
+override CFLAGS += -I$(COAP_DIR)/libcoap
32
+
33
34
EVENTLOOP_DIR := ../event-loop
35
override CFLAGS += -I$(EVENTLOOP_DIR)/nanostack-event-loop/
36
source/include/coap_message_handler.h
@@ -21,7 +21,6 @@
21
22
#include <inttypes.h>
23
#include "sn_coap_header.h"
24
-#include "sn_nsdl.h"
25
#include "ns_list.h"
26
#define TRANSACTION_LIFETIME 180
0 commit comments