Skip to content

Commit a883e77

Browse files
Andries KruithofMaureenHelm
authored andcommitted
Tests: bluetooth: fix build errors for bluetooth testcases
This commit fixes the build errors for the testcases in the tests/bluetooth/init folder Signed-off-by: Andries Kruithof <[email protected]>
1 parent d201055 commit a883e77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

subsys/bluetooth/controller/ll_sw/ull_scan.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
#include "lll_conn.h"
3535
#include "lll_filter.h"
3636

37+
#if !defined(CONFIG_BT_LL_SW_LLCP_LEGACY)
38+
#include "ull_tx_queue.h"
39+
#endif /* CONFIG_BT_LL_SW_LLCP_LEGACY */
40+
41+
3742
#include "ull_adv_types.h"
3843
#include "ull_filter.h"
3944

0 commit comments

Comments
 (0)