mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-17 10:12:13 +00:00
uart: add uart support on esp32s3
This commit is contained in:
@@ -21,8 +21,7 @@ extern "C" {
|
||||
#define SOC_UART_FIFO_LEN (128) /*!< The UART hardware FIFO length */
|
||||
#define SOC_UART_BITRATE_MAX (5000000) /*!< Max bit rate supported by UART */
|
||||
|
||||
// ESP32-S3 have 2 UART
|
||||
#define SOC_UART_NUM (2)
|
||||
#define SOC_UART_NUM (3)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user