Skip to content

Commit d1a3d25

Browse files
Yogesh PandeYogesh Pande
authored andcommitted
Modifying Makefile and source file based on new coap library
1 parent e125164 commit d1a3d25

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ override CFLAGS += -I$(NANOSTACK_DIR)/nanostack/
2727
NSDLC_DIR := ../nsdl-c
2828
override CFLAGS += -I$(NSDLC_DIR)/nsdl-c
2929

30+
COAP_DIR := ../libcoap
31+
override CFLAGS += -I$(COAP_DIR)/libcoap
32+
33+
3034
EVENTLOOP_DIR := ../event-loop
3135
override CFLAGS += -I$(EVENTLOOP_DIR)/nanostack-event-loop/
3236

source/include/coap_message_handler.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
#include <inttypes.h>
2323
#include "sn_coap_header.h"
24-
#include "sn_nsdl.h"
2524
#include "ns_list.h"
2625

2726
#define TRANSACTION_LIFETIME 180

0 commit comments

Comments
 (0)