Преглед изворни кода

Merge branch 'bugfix/uart_rs485_overview_fix_typo' into 'master'

docs: Fix adapted / adopted typo

Closes IDFGH-4498

See merge request espressif/esp-idf!13575
Michael (XIAO Xufeng) пре 4 година
родитељ
комит
d545b16d62
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/en/api-reference/peripherals/uart.rst

+ 1 - 1
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