From c7361b2405c783a87afda94cee667fd123839ae0 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 24 Mar 2023 22:27:13 +0100 Subject: [PATCH] hci: fix build with HAVE_HOST_CONTROLLER_API defined --- src/hci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hci.h b/src/hci.h index c0fe987e3..acf0a080a 100644 --- a/src/hci.h +++ b/src/hci.h @@ -765,11 +765,11 @@ typedef enum hci_init_state{ HCI_INIT_W4_CUSTOM_INIT_CSR_WARM_BOOT_LINK_RESET, HCI_INIT_W4_CUSTOM_INIT_BCM_DELAY, +#endif // Support for Pre-Init before HCI Reset HCI_INIT_CUSTOM_PRE_INIT, HCI_INIT_W4_CUSTOM_PRE_INIT, -#endif HCI_INIT_READ_LOCAL_SUPPORTED_COMMANDS, HCI_INIT_W4_READ_LOCAL_SUPPORTED_COMMANDS,