mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-21 12:40:42 +00:00
wiced: fixe typo
This commit is contained in:
parent
138cb18a2a
commit
d19678c809
@ -208,7 +208,7 @@ static int h4_set_baudrate(uint32_t baudrate){
|
|||||||
uart_init_structure.USART_StopBits = USART_StopBits_1;
|
uart_init_structure.USART_StopBits = USART_StopBits_1;
|
||||||
uart_init_structure.USART_Parity = USART_Parity_No;
|
uart_init_structure.USART_Parity = USART_Parity_No;
|
||||||
uart_init_structure.USART_HardwareFlowControl = USART_HardwareFlowControl_RTS_CTS;
|
uart_init_structure.USART_HardwareFlowControl = USART_HardwareFlowControl_RTS_CTS;
|
||||||
#ifdef WICED_BT_UART_MANUAL_CTS_RTS0
|
#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);
|
printf("BRR before 0x%04x\n", wiced_bt_uart_peripheral->port->BRR);
|
||||||
@ -248,7 +248,7 @@ static int h4_open(void *transport_config){
|
|||||||
wiced_rtos_delay_milliseconds( 100 );
|
wiced_rtos_delay_milliseconds( 100 );
|
||||||
|
|
||||||
// -- init UART
|
// -- init UART
|
||||||
#ifdef WICED_BT_UART_MANUAL_CTS_RTS0
|
#ifdef WICED_BT_UART_MANUAL_CTS_RTS
|
||||||
// configure RTS pin as output and set to high
|
// configure RTS pin as output and set to high
|
||||||
platform_gpio_init(wiced_bt_uart_pins[WICED_BT_PIN_UART_RTS], OUTPUT_PUSH_PULL);
|
platform_gpio_init(wiced_bt_uart_pins[WICED_BT_PIN_UART_RTS], OUTPUT_PUSH_PULL);
|
||||||
platform_gpio_output_high(wiced_bt_uart_pins[WICED_BT_PIN_UART_RTS]);
|
platform_gpio_output_high(wiced_bt_uart_pins[WICED_BT_PIN_UART_RTS]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user