Skip to content

Commit 6817cc8

Browse files
committed
Flow control not yet supported
1 parent 16e7fb8 commit 6817cc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PortentaBreakoutCarrier.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ class BreakoutCarrierClass {
213213
BreakoutCarrierClass() : I2C_0(PH_8,PH_7),
214214
I2C_1(PB_7,PB_6),
215215
I2C_2(PH_12,PH_11),
216-
UART0(PA_0, PI_9, PI_10, PI_13),
217-
UART1(PA_9, PA_10, PI_14, PI_15),
218-
UART2(PI_0, PG_9, NC, NC),
216+
UART0(PA_0, PI_9, NC/*PI_10*/, NC/*PI_13*/),
217+
UART1(PA_9, PA_10, NC/*PI_14*/, NC/*PI_15*/),
218+
UART2(PG_14, PG_9, NC, NC),
219219
UART3(PJ_8, PJ_9, NC, NC)
220220
{
221221
}

0 commit comments

Comments
 (0)