diff --git a/port/windows-h4/main.c b/port/windows-h4/main.c index 37631ce5c..699983cd7 100644 --- a/port/windows-h4/main.c +++ b/port/windows-h4/main.c @@ -44,6 +44,7 @@ #include #include "btstack_config.h" +#include "bluetooth_company_id.h" #include "btstack_debug.h" #include "btstack_event.h" @@ -179,7 +180,7 @@ static void local_version_information_handler(uint8_t * packet){ use_fast_uart(); hci_set_chipset(btstack_chipset_stlc2500d_instance()); break; - case BUETOOTH_COMPANY_ID_EM_MICROELECTRONICS_MARIN: + case BLUETOOTH_COMPANY_ID_EM_MICROELECTRONIC_MARIN_SA: printf("EM Microelectronics - using EM9301 driver.\n"); hci_set_chipset(btstack_chipset_em9301_instance()); break;