mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-10 06:44:32 +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);
|
hci_init(transport, (void*) &hci_uart_config_cc256x, control, remote_db);
|
||||||
|
|
||||||
// enable eHCILL
|
// enable eHCILL
|
||||||
bt_control_cc256x_enable_ehcill(1);
|
bt_control_cc256x_enable_ehcill(0);
|
||||||
|
|
||||||
// hand over to btstack embedded code
|
// hand over to btstack embedded code
|
||||||
btstack_main();
|
btstack_main();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user