From 4c94a421a353e6073e9fd4773ce15d31a7ec97b2 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 3 Nov 2020 12:55:44 +0100 Subject: [PATCH] fixup! tests/pkg*: move applications to tests/pkg subdirectory --- tests/pkg/nimble_l2cap_server/nimble.inc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pkg/nimble_l2cap_server/nimble.inc.mk b/tests/pkg/nimble_l2cap_server/nimble.inc.mk index 6c3b98b3f0924..533aafaa9bf54 100644 --- a/tests/pkg/nimble_l2cap_server/nimble.inc.mk +++ b/tests/pkg/nimble_l2cap_server/nimble.inc.mk @@ -33,4 +33,4 @@ CFLAGS += -DMYNEWT_VAL_MSYS_1_BLOCK_COUNT=$(MSYS_CNT) CFLAGS += -DMYNEWT_VAL_MSYS_1_BLOCK_SIZE=298 CFLAGS += -DMYNEWT_VAL_BLE_LL_CFG_FEAT_DATA_LEN_EXT=1 -INCLUDES += -I$(RIOTBASE)/tests/nimble_l2cap_server/include +INCLUDES += -I$(RIOTBASE)/tests/pkg/nimble_l2cap_server/include