hci: fix build with HAVE_HOST_CONTROLLER_API defined

This commit is contained in:
Matthias Ringwald 2023-03-24 22:27:13 +01:00
parent 42780893c2
commit c7361b2405

View File

@ -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,