Skip to content

Commit f64747b

Browse files
rettichschnididleach02
authored andcommitted
bluetooth: shell: Fix includes
This allows to build the shell with BT_CTLR_DTM and/or BT_CTLR_ADV_EXT enabled. The issues has been introduced by commit bf897cf (Bluetooth: Shell: Restructure shell files). Signed-off-by: Reto Schneider <[email protected]>
1 parent f8a7035 commit f64747b

File tree

1 file changed

+1
-1
lines changed
  • subsys/bluetooth/controller/ll_sw/shell

1 file changed

+1
-1
lines changed

subsys/bluetooth/controller/ll_sw/shell/ll.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ int cmd_ll_addr_read(const struct shell *sh, size_t argc, char *argv[])
5353
}
5454

5555
#if defined(CONFIG_BT_CTLR_DTM)
56-
#include "../controller/ll_sw/ll_test.h"
56+
#include "controller/ll_sw/ll_test.h"
5757

5858
int cmd_test_tx(const struct shell *sh, size_t argc, char *argv[])
5959
{

0 commit comments

Comments
 (0)