We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7804f01 commit 115ffcdCopy full SHA for 115ffcd
cores/arduino/ard_sup/uart/ap3_uart.cpp
@@ -314,7 +314,6 @@ ap3_err_t Uart::_begin(void)
314
//User may want to change settings mid-sketch. Only init UART if it's new.
315
if (_handle == NULL)
316
{
317
- // Now that pins are initialized start the actual driver
318
retval = (ap3_err_t)am_hal_uart_initialize(_instance, &_handle);
319
if (retval != AP3_OK)
320
0 commit comments