disable eHCILL until it's working

This commit is contained in:
matthias.ringwald@gmail.com 2014-10-16 14:34:30 +00:00
parent b832792a22
commit 86e730108d

View File

@ -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();