Merge branch 'bugfix/doc_macro_definitions_v4.2' into 'release/v4.2'

doc: Fix macro definitions for different targets (v4.2)

See merge request espressif/esp-idf!9566
This commit is contained in:
Angus Gratton
2020-07-20 08:25:33 +08:00
6 changed files with 36 additions and 34 deletions

View File

@@ -858,7 +858,6 @@ esp_err_t uart_set_loop_back(uart_port_t uart_num, bool loop_back_en);
* @param always_rx_timeout_en Set to false enable the default behavior of timeout interrupt,
* set it to true to always trigger timeout interrupt.
*
* * @return None
*/
void uart_set_always_rx_timeout(uart_port_t uart_num, bool always_rx_timeout_en);