mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 03:52:01 +02:00
uart: update register headers and examples for S3
This commit is contained in:
@@ -509,7 +509,7 @@ esp_err_t uart_enable_pattern_det_baud_intr(uart_port_t uart_num, char pattern_c
|
||||
at_cmd.gap_tout = chr_tout * uart_div;
|
||||
at_cmd.pre_idle = pre_idle * uart_div;
|
||||
at_cmd.post_idle = post_idle * uart_div;
|
||||
#elif CONFIG_IDF_TARGET_ESP32S2
|
||||
#else
|
||||
at_cmd.gap_tout = chr_tout;
|
||||
at_cmd.pre_idle = pre_idle;
|
||||
at_cmd.post_idle = post_idle;
|
||||
|
||||
Reference in New Issue
Block a user