diff --git a/port/wiced/main.c b/port/wiced/main.c index 53e850378..dfcd5332c 100644 --- a/port/wiced/main.c +++ b/port/wiced/main.c @@ -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);