mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-29 09:26:08 +00:00
posix-h4: print if eHCILL is enabled or disabled
This commit is contained in:
parent
70a390c7e0
commit
8c768b83f7
@ -141,6 +141,8 @@ static void local_version_information_callback(uint8_t * packet){
|
||||
hci_set_chipset(btstack_chipset_cc256x_instance());
|
||||
#ifdef ENABLE_EHCILL
|
||||
printf("eHCILL enabled.\n");
|
||||
#else
|
||||
printf("eHCILL disable.\n");
|
||||
#endif
|
||||
break;
|
||||
case COMPANY_ID_BROADCOM_CORPORATION:
|
||||
|
Loading…
Reference in New Issue
Block a user