mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 18:27:31 +02:00
Allow to customize uart source_clk
This is for example needed when using an external crystal to select UART_SCLK_XTAL, which fixes uart comm issue when using PM with light sleep enabled.
This commit is contained in:
@ -17,4 +17,5 @@
|
||||
typedef int uart_port_t;
|
||||
typedef int uart_word_length_t;
|
||||
typedef int uart_stop_bits_t;
|
||||
typedef int uart_parity_t;
|
||||
typedef int uart_parity_t;
|
||||
typedef int uart_sclk_t;
|
||||
|
Reference in New Issue
Block a user