From fbae2915e1b14db3dc030b802f81873cce75943e Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 26 Jul 2017 16:43:34 +0200 Subject: [PATCH] windows-h4: fix compile --- port/windows-h4/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;