Просмотр исходного кода

Merge branch 'typo_fix/fix_typo_in_comment_in_uart_ll' into 'master'

Fix typo in `include/hal/uart_ll.h`

Closes IDFGH-5320

See merge request espressif/esp-idf!13826
Michael (XIAO Xufeng) 4 лет назад
Родитель
Сommit
afe9b42cbf

+ 1 - 1
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).
  *

+ 1 - 1
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).
  *

+ 1 - 1
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).
  *

+ 1 - 1
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).
  *