mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-17 19:21:15 +00:00
posix-h4: use fast uart for EM chipsets
This commit is contained in:
parent
dc673ce371
commit
07b68b69ff
@ -196,6 +196,7 @@ static void local_version_information_handler(uint8_t * packet){
|
||||
case BLUETOOTH_COMPANY_ID_EM_MICROELECTRONIC_MARIN_SA:
|
||||
printf("EM Microelectronics - using EM9301 driver.\n");
|
||||
hci_set_chipset(btstack_chipset_em9301_instance());
|
||||
use_fast_uart();
|
||||
break;
|
||||
case BLUETOOTH_COMPANY_ID_NORDIC_SEMICONDUCTOR_ASA:
|
||||
printf("Nordic Semiconductor nRF5 chipset.\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user