mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
wiced: remove debug info
This commit is contained in:
parent
eb3a531469
commit
9227d9a864
@ -211,9 +211,7 @@ static int h4_set_baudrate(uint32_t baudrate){
|
|||||||
#ifdef WICED_BT_UART_MANUAL_CTS_RTS
|
#ifdef WICED_BT_UART_MANUAL_CTS_RTS
|
||||||
uart_init_structure.USART_HardwareFlowControl = USART_HardwareFlowControl_None;
|
uart_init_structure.USART_HardwareFlowControl = USART_HardwareFlowControl_None;
|
||||||
#endif
|
#endif
|
||||||
printf("BRR before 0x%04x\n", wiced_bt_uart_peripheral->port->BRR);
|
|
||||||
USART_Init(wiced_bt_uart_peripheral->port, &uart_init_structure);
|
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
|
// enable USART again
|
||||||
USART_Cmd( wiced_bt_uart_peripheral->port, ENABLE );
|
USART_Cmd( wiced_bt_uart_peripheral->port, ENABLE );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user