From 9227d9a86476a2d6a06e08bc74ed6d910d919c99 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 4 Jan 2016 12:27:57 +0100 Subject: [PATCH] wiced: remove debug info --- platform/wiced/hci_transport_h4_wiced.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/platform/wiced/hci_transport_h4_wiced.c b/platform/wiced/hci_transport_h4_wiced.c index bc1f22be1..83c431678 100644 --- a/platform/wiced/hci_transport_h4_wiced.c +++ b/platform/wiced/hci_transport_h4_wiced.c @@ -211,9 +211,7 @@ static int h4_set_baudrate(uint32_t baudrate){ #ifdef WICED_BT_UART_MANUAL_CTS_RTS uart_init_structure.USART_HardwareFlowControl = USART_HardwareFlowControl_None; #endif - printf("BRR before 0x%04x\n", wiced_bt_uart_peripheral->port->BRR); USART_Init(wiced_bt_uart_peripheral->port, &uart_init_structure); - printf("BRR after 0x%04x\n", wiced_bt_uart_peripheral->port->BRR); // enable USART again USART_Cmd( wiced_bt_uart_peripheral->port, ENABLE );