Skip to content

Commit

Permalink
docs: Fix adapted / adopted typo
Browse files Browse the repository at this point in the history
Merges #6327
  • Loading branch information
simark authored and ginkgm committed May 31, 2021
1 parent 86c6e1f commit e627704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/api-reference/peripherals/uart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e627704

Please sign in to comment.