File tree Expand file tree Collapse file tree 6 files changed +4
-11
lines changed
test/coap-service/unittest Expand file tree Collapse file tree 6 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ override CFLAGS += -I$(SERVLIB_DIR)/libService/
24
24
NANOSTACK_DIR := ../nanostack
25
25
override CFLAGS += -I$(NANOSTACK_DIR ) /nanostack/
26
26
27
- NSDLC_DIR := ../nsdl-c
28
- override CFLAGS += -I$(NSDLC_DIR ) /nsdl-c
29
-
30
27
COAP_DIR := ../libcoap
31
28
override CFLAGS += -I$(COAP_DIR ) /libcoap
32
29
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_nsdl.h"
14
13
#include "sn_coap_header.h"
15
14
#include "coap_service_api.h"
16
15
#include "coap_message_handler.h"
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ 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/mbed-client-c/nsdl-c / \
19
- ../../../../yotta_modules/mbed-client-c /source/libCoap/src /include/ \
18
+ ../../../../yotta_modules/libcoap/libcoap / \
19
+ ../../../../yotta_modules/libcoap /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
- ../../../../../nsdl-c/nsdl-c /\
26
- ../../../../../nsdl-c /source/libCoap/src /include/\
25
+ ../../../../../libcoap/libcoap /\
26
+ ../../../../../libcoap /source/include/\
27
27
../../../../../event-loop/nanostack-event-loop/\
28
28
../../../../../event-loop/source/ \
29
29
../../../../../mbedtls/include/ \
Original file line number Diff line number Diff line change 8
8
#include "ns_list.h"
9
9
#include "ns_trace.h"
10
10
#include "nsdynmemLIB.h"
11
- #include "sn_nsdl.h"
12
11
#include "sn_coap_header.h"
13
12
#include "coap_service_api.h"
14
13
#include "coap_message_handler.h"
Original file line number Diff line number Diff line change 12
12
*/
13
13
14
14
#include "ns_types.h"
15
- #include "sn_nsdl.h"
16
15
#include "sn_coap_protocol.h"
17
16
#include "sn_coap_parser_stub.h"
18
17
Original file line number Diff line number Diff line change 11
11
#endif
12
12
13
13
#include "ns_types.h"
14
- #include "sn_nsdl.h"
15
14
#include "sn_coap_protocol.h"
16
15
#include "sn_coap_header_internal.h"
17
16
#include "sn_coap_protocol_internal.h"
You can’t perform that action at this time.
0 commit comments