mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-30 07:21:20 +00:00
disable eHCILL until it's working
This commit is contained in:
parent
b832792a22
commit
86e730108d
@ -365,7 +365,7 @@ int main(void)
|
||||
hci_init(transport, (void*) &hci_uart_config_cc256x, control, remote_db);
|
||||
|
||||
// enable eHCILL
|
||||
bt_control_cc256x_enable_ehcill(1);
|
||||
bt_control_cc256x_enable_ehcill(0);
|
||||
|
||||
// hand over to btstack embedded code
|
||||
btstack_main();
|
||||
|
Loading…
x
Reference in New Issue
Block a user