Skip to content

Commit 115ffcd

Browse files
author
Owen L - SFE
committed
remove confusing comment about pin initialization
1 parent 7804f01 commit 115ffcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/arduino/ard_sup/uart/ap3_uart.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ ap3_err_t Uart::_begin(void)
314314
//User may want to change settings mid-sketch. Only init UART if it's new.
315315
if (_handle == NULL)
316316
{
317-
// Now that pins are initialized start the actual driver
318317
retval = (ap3_err_t)am_hal_uart_initialize(_instance, &_handle);
319318
if (retval != AP3_OK)
320319
{

0 commit comments

Comments
 (0)