From 8488055711af05b2e4a5c5c2979fdcd77b37d129 Mon Sep 17 00:00:00 2001 From: Andrey Starodubtsev Date: Wed, 26 May 2021 17:46:14 +0300 Subject: [PATCH] Fix typo in `include/hal/uart_ll.h` s/final state machine/finite-state machine/g Signed-off-by: bizhuangyang Merges https://github.com/espressif/esp-idf/pull/7076 --- components/hal/esp32/include/hal/uart_ll.h | 2 +- components/hal/esp32c3/include/hal/uart_ll.h | 2 +- components/hal/esp32s2/include/hal/uart_ll.h | 2 +- components/hal/esp32s3/include/hal/uart_ll.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/hal/esp32/include/hal/uart_ll.h b/components/hal/esp32/include/hal/uart_ll.h index c740849360..324ad417fd 100644 --- a/components/hal/esp32/include/hal/uart_ll.h +++ b/components/hal/esp32/include/hal/uart_ll.h @@ -923,7 +923,7 @@ FORCE_INLINE_ATTR void uart_ll_force_xon(uart_port_t uart_num) } /** - * @brief Get UART final state machine status. + * @brief Get UART finite-state machine status. * * @param uart_num UART port number, the max port number is (UART_NUM_MAX -1). * diff --git a/components/hal/esp32c3/include/hal/uart_ll.h b/components/hal/esp32c3/include/hal/uart_ll.h index c166e472f5..237dcb9e25 100644 --- a/components/hal/esp32c3/include/hal/uart_ll.h +++ b/components/hal/esp32c3/include/hal/uart_ll.h @@ -921,7 +921,7 @@ static inline void uart_ll_force_xon(uart_port_t uart_num) } /** - * @brief Get UART final state machine status. + * @brief Get UART finite-state machine status. * * @param uart_num UART port number, the max port number is (UART_NUM_MAX -1). * diff --git a/components/hal/esp32s2/include/hal/uart_ll.h b/components/hal/esp32s2/include/hal/uart_ll.h index 6ece3e4084..6c9ee531aa 100644 --- a/components/hal/esp32s2/include/hal/uart_ll.h +++ b/components/hal/esp32s2/include/hal/uart_ll.h @@ -855,7 +855,7 @@ FORCE_INLINE_ATTR void uart_ll_force_xon(uart_port_t uart_num) } /** - * @brief Get UART final state machine status. + * @brief Get UART finite-state machine status. * * @param uart_num UART port number, the max port number is (UART_NUM_MAX -1). * diff --git a/components/hal/esp32s3/include/hal/uart_ll.h b/components/hal/esp32s3/include/hal/uart_ll.h index 95b53c5cbd..24bc307cea 100644 --- a/components/hal/esp32s3/include/hal/uart_ll.h +++ b/components/hal/esp32s3/include/hal/uart_ll.h @@ -886,7 +886,7 @@ FORCE_INLINE_ATTR void uart_ll_force_xon(uart_port_t uart_num) } /** - * @brief Get UART final state machine status. + * @brief Get UART finite-state machine status. * * @param uart_num UART port number, the max port number is (UART_NUM_MAX -1). *