Bluetooth: controller: Fix build error with ISO support
Fix build error due to missing include file with ISO support enabled. Fixes #31996. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
ce954d4769
commit
a980012aa9
1 changed files with 13 additions and 7 deletions
|
@ -5,18 +5,24 @@
|
|||
*/
|
||||
|
||||
#include <zephyr.h>
|
||||
#include <soc.h>
|
||||
|
||||
#include "hal/cpu.h"
|
||||
#include "hal/ccm.h"
|
||||
|
||||
#include "util/memq.h"
|
||||
#include "util/mem.h"
|
||||
#include "util/mfifo.h"
|
||||
|
||||
#include "pdu.h"
|
||||
|
||||
#include "lll.h"
|
||||
#include "lll_conn.h" /* for `struct lll_tx` */
|
||||
|
||||
#define BT_DBG_ENABLED IS_ENABLED(CONFIG_BT_DEBUG_HCI_DRIVER)
|
||||
#define LOG_MODULE_NAME bt_ctlr_ull_iso
|
||||
#include "common/log.h"
|
||||
#include "hal/debug.h"
|
||||
#include "hal/ccm.h"
|
||||
#include "util/memq.h"
|
||||
#include "util/mem.h"
|
||||
#include "util/mfifo.h"
|
||||
#include "pdu.h"
|
||||
#include "lll.h"
|
||||
#include "lll_conn.h" /* for `struct lll_tx` */
|
||||
|
||||
static int init_reset(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue