From 99b23b96d9f35f5e03b883a18d8db562b579b23d Mon Sep 17 00:00:00 2001 From: George White Date: Thu, 26 May 2022 00:03:46 +0000 Subject: [PATCH] fix comment typo and mention datasheet --- ports/atmel-samd/common-hal/busio/UART.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/atmel-samd/common-hal/busio/UART.c b/ports/atmel-samd/common-hal/busio/UART.c index b69d861e37..71576b5e18 100644 --- a/ports/atmel-samd/common-hal/busio/UART.c +++ b/ports/atmel-samd/common-hal/busio/UART.c @@ -203,10 +203,10 @@ void common_hal_busio_uart_construct(busio_uart_obj_t *self, // which don't necessarily match what we need. After calling it, set the values // specific to this instantiation of UART. - // Set pads computed for this SERCOM. + // Set pads computed for this SERCOM. Refer to the datasheet for details on pads. // TXPO: // 0x0: TX pad 0; no RTS/CTS - // 0x1: resevered + // 0x1: reserved // 0x2: TX pad 0; RTS: pad 2, CTS: pad 3 // 0x3: TX pad 0; RTS: pad 2; no CTS // RXPO: