Skip to content

Commit 646bec6

Browse files
committed
fix(uart): typo
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 88581e3 commit 646bec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/HardwareSerial.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ HardwareSerial::HardwareSerial(void *peripheral, HalfDuplexMode_t halfDuplex)
273273
} else
274274
#endif
275275
#if defined(PIN_SERIALLP3_TX) && defined(LPUART3_BASE)
276-
if (peripheral == LPUART2) {
276+
if (peripheral == LPUART3) {
277277
#if defined(PIN_SERIALLP3_RX)
278278
setRx(PIN_SERIALLP3_RX);
279279
#endif

0 commit comments

Comments
 (0)