mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-05 21:59:45 +00:00
windows-h4: fix compile
This commit is contained in:
parent
6b7504f2db
commit
fbae2915e1
@ -44,6 +44,7 @@
|
|||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
#include "btstack_config.h"
|
#include "btstack_config.h"
|
||||||
|
#include "bluetooth_company_id.h"
|
||||||
|
|
||||||
#include "btstack_debug.h"
|
#include "btstack_debug.h"
|
||||||
#include "btstack_event.h"
|
#include "btstack_event.h"
|
||||||
@ -179,7 +180,7 @@ static void local_version_information_handler(uint8_t * packet){
|
|||||||
use_fast_uart();
|
use_fast_uart();
|
||||||
hci_set_chipset(btstack_chipset_stlc2500d_instance());
|
hci_set_chipset(btstack_chipset_stlc2500d_instance());
|
||||||
break;
|
break;
|
||||||
case BUETOOTH_COMPANY_ID_EM_MICROELECTRONICS_MARIN:
|
case BLUETOOTH_COMPANY_ID_EM_MICROELECTRONIC_MARIN_SA:
|
||||||
printf("EM Microelectronics - using EM9301 driver.\n");
|
printf("EM Microelectronics - using EM9301 driver.\n");
|
||||||
hci_set_chipset(btstack_chipset_em9301_instance());
|
hci_set_chipset(btstack_chipset_em9301_instance());
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user