From d163eef10d3a1eb92be6f0b908ebf2bfb5ccebaa Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Tue, 5 Jan 2016 15:58:54 +0100 Subject: [PATCH] wiced: disable full packet log --- port/wiced/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port/wiced/main.c b/port/wiced/main.c index ef913636c..7e2606b97 100644 --- a/port/wiced/main.c +++ b/port/wiced/main.c @@ -84,7 +84,7 @@ void application_start(void){ run_loop_init(RUN_LOOP_WICED); // enable full log output while porting - hci_dump_open(NULL, HCI_DUMP_STDOUT); + // hci_dump_open(NULL, HCI_DUMP_STDOUT); // init HCI hci_transport_t * transport = hci_transport_h4_wiced_instance();