From 36191d31b83a3bbba4ae7ffe1b6973855a8a5e1b Mon Sep 17 00:00:00 2001 From: Alasdair Allan Date: Thu, 25 Feb 2021 10:57:21 +0000 Subject: [PATCH] Typo --- uart/loopback/README.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/uart/loopback/README.adoc b/uart/loopback/README.adoc index 4976e4c..4f1474c 100644 --- a/uart/loopback/README.adoc +++ b/uart/loopback/README.adoc @@ -8,9 +8,7 @@ Send data from the UART1 port to the UART0 port. Other things to try; uart0 = UART(0) ---- -Which will opens a UART connection at the default baudrate of 115200, - -and +Which will opens a UART connection at the default baudrate of 115200, and [source,python] ----