Skip to content

Commit 99b23b9

Browse files
committed
fix comment typo and mention datasheet
1 parent fb3077c commit 99b23b9

File tree

1 file changed

+2
-2
lines changed
  • ports/atmel-samd/common-hal/busio

1 file changed

+2
-2
lines changed

ports/atmel-samd/common-hal/busio/UART.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,10 @@ void common_hal_busio_uart_construct(busio_uart_obj_t *self,
203203
// which don't necessarily match what we need. After calling it, set the values
204204
// specific to this instantiation of UART.
205205

206-
// Set pads computed for this SERCOM.
206+
// Set pads computed for this SERCOM. Refer to the datasheet for details on pads.
207207
// TXPO:
208208
// 0x0: TX pad 0; no RTS/CTS
209-
// 0x1: resevered
209+
// 0x1: reserved
210210
// 0x2: TX pad 0; RTS: pad 2, CTS: pad 3
211211
// 0x3: TX pad 0; RTS: pad 2; no CTS
212212
// RXPO:

0 commit comments

Comments
 (0)