wiced: disable packet log

This commit is contained in:
Matthias Ringwald 2016-07-04 11:43:32 +02:00
parent e7a97f41ef
commit d4ecd166be

View File

@ -79,7 +79,7 @@ void application_start(void){
btstack_run_loop_init(btstack_run_loop_wiced_get_instance());
// enable full log output while porting
hci_dump_open(NULL, HCI_DUMP_STDOUT);
// hci_dump_open(NULL, HCI_DUMP_STDOUT);
// init HCI
hci_init(hci_transport_h4_instance(NULL), (void*) &hci_transport_config_uart);