File tree Expand file tree Collapse file tree 6 files changed +11
-10
lines changed
test/coap-service/unittest Expand file tree Collapse file tree 6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ override CFLAGS += -I$(SERVLIB_DIR)/libService/
24
24
NANOSTACK_DIR := ../nanostack
25
25
override CFLAGS += -I$(NANOSTACK_DIR ) /nanostack/
26
26
27
- COAP_DIR := ../libcoap
28
- override CFLAGS += -I$(COAP_DIR ) /libcoap
27
+ COAP_DIR := ../mbed-coap
28
+ override CFLAGS += -I$(COAP_DIR ) /
29
29
30
30
31
31
EVENTLOOP_DIR := ../event-loop
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ extern "C" {
26
26
#include <string.h>
27
27
28
28
#include "ns_types.h"
29
- #include "sn_coap_header.h"
29
+ #include "mbed-coap/ sn_coap_header.h"
30
30
#include "ns_address.h"
31
31
32
32
/**
Original file line number Diff line number Diff line change 6
6
#include "nsdynmemLIB.h"
7
7
#include "coap_service_api_internal.h"
8
8
#include "coap_message_handler.h"
9
- #include "sn_coap_protocol.h"
9
+ #include "mbed-coap/ sn_coap_protocol.h"
10
10
#include "socket_api.h"
11
11
#include "ns_types.h"
12
12
#include "ns_list.h"
Original file line number Diff line number Diff line change 10
10
#include "ns_list.h"
11
11
#include "ns_trace.h"
12
12
#include "nsdynmemLIB.h"
13
- #include "sn_coap_header.h"
13
+ #include "mbed-coap/ sn_coap_header.h"
14
14
#include "coap_service_api.h"
15
15
#include "coap_message_handler.h"
16
16
#include "eventOS_event.h"
Original file line number Diff line number Diff line change 20
20
#define __COAP_MESSAGE_HANDLER_H__
21
21
22
22
#include <inttypes.h>
23
- #include "sn_coap_header.h"
23
+ #include "mbed-coap/ sn_coap_header.h"
24
24
#include "ns_list.h"
25
25
26
26
#define TRANSACTION_LIFETIME 180
Original file line number Diff line number Diff line change @@ -15,15 +15,16 @@ INCLUDE_DIRS =\
15
15
../../../../yotta_modules/nanostack-randlib/mbed-client-randlib/ \
16
16
../../../../yotta_modules/nanostack-libservice/ \
17
17
../../../../yotta_modules/nanostack-libservice/mbed-client-libservice/ \
18
- ../../../../yotta_modules/libcoap/libcoap / \
19
- ../../../../yotta_modules/libcoap /source/include/ \
18
+ ../../../../yotta_modules/mbed-coap / \
19
+ ../../../../yotta_modules/mbed-coap /source/include/ \
20
20
../../../../yotta_modules/sal-stack-nanostack-eventloop/nanostack-event-loop/ \
21
21
../../../../yotta_modules/sal-stack-nanostack-eventloop/source/ \
22
22
../../../../yotta_modules/mbed-trace/ \
23
23
../../../../../nanostack/nanostack/\
24
24
../../../../../libService/libService/\
25
- ../../../../../libcoap/libcoap/\
26
- ../../../../../libcoap/source/include/\
25
+ ../../../../../mbed-coap/\
26
+ ../../../../../mbed-coap/mbed-coap\
27
+ ../../../../../mbed-coap/source/include/\
27
28
../../../../../event-loop/nanostack-event-loop/\
28
29
../../../../../event-loop/source/ \
29
30
../../../../../mbedtls/include/ \
You can’t perform that action at this time.
0 commit comments