From e627704a87db4f189abbf6644caaec067c45e5d0 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Sun, 27 Dec 2020 16:21:25 -0500 Subject: [PATCH] docs: Fix adapted / adopted typo Merges https://github.com/espressif/esp-idf/pull/6327 --- docs/en/api-reference/peripherals/uart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-reference/peripherals/uart.rst b/docs/en/api-reference/peripherals/uart.rst index 66b0c1c4d7..76a62a33c9 100644 --- a/docs/en/api-reference/peripherals/uart.rst +++ b/docs/en/api-reference/peripherals/uart.rst @@ -6,7 +6,7 @@ UART Overview -------- -A Universal Asynchronous Receiver/Transmitter (UART) is a hardware feature that handles communication (i.e., timing requirements and data framing) using widely-adapted asynchronous serial communication interfaces, such as RS232, RS422, RS485. A UART provides a widely adopted and cheap method to realize full-duplex or half-duplex data exchange among different devices. +A Universal Asynchronous Receiver/Transmitter (UART) is a hardware feature that handles communication (i.e., timing requirements and data framing) using widely-adopted asynchronous serial communication interfaces, such as RS232, RS422, RS485. A UART provides a widely adopted and cheap method to realize full-duplex or half-duplex data exchange among different devices. .. only:: esp32