Skip to content

Commit

Permalink
Modifying Makefile and source file based on new coap library
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogesh Pande authored and Yogesh Pande committed Feb 8, 2017
1 parent e125164 commit d1a3d25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ override CFLAGS += -I$(NANOSTACK_DIR)/nanostack/
NSDLC_DIR := ../nsdl-c
override CFLAGS += -I$(NSDLC_DIR)/nsdl-c

COAP_DIR := ../libcoap
override CFLAGS += -I$(COAP_DIR)/libcoap


EVENTLOOP_DIR := ../event-loop
override CFLAGS += -I$(EVENTLOOP_DIR)/nanostack-event-loop/

Expand Down
1 change: 0 additions & 1 deletion source/include/coap_message_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

#include <inttypes.h>
#include "sn_coap_header.h"
#include "sn_nsdl.h"
#include "ns_list.h"

#define TRANSACTION_LIFETIME 180
Expand Down

0 comments on commit d1a3d25

Please sign in to comment.