mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
revise the explain of a parameter(brk_len) in uart driver file
This commit is contained in:
parent
b9aee83d9b
commit
b5de860bcb
@ -594,8 +594,7 @@ int uart_write_bytes(uart_port_t uart_num, const char* src, size_t size);
|
||||
* @param uart_num UART_NUM_0, UART_NUM_1 or UART_NUM_2
|
||||
* @param src data buffer address
|
||||
* @param size data length to send
|
||||
* @param brk_len break signal length (unit: the time it takes to send a complete byte
|
||||
including start, stop and parity bits at current_baudrate)
|
||||
* @param brk_len break signal duration(unit: the time it takes to send one bit at current baudrate)
|
||||
*
|
||||
* @return
|
||||
* - (-1) Parameter error
|
||||
|
Loading…
x
Reference in New Issue
Block a user