windows-h4: fix compile

This commit is contained in:
Matthias Ringwald 2017-07-26 16:43:34 +02:00
parent 6b7504f2db
commit fbae2915e1

View File

@ -44,6 +44,7 @@
#include <signal.h>
#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;