Skip to content

Commit 3b22381

Browse files
committed
memory: remove stray Serial objects
1 parent a1545bf commit 3b22381

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

cores/arduino/SerialObj2.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,4 @@
22

33
#if SERIAL_HOWMANY > 1
44
UART _UART2_(UART2_TX_PIN, UART2_RX_PIN);
5-
#endif
6-
7-
#if SERIAL_HOWMANY > 2
8-
UART _UART3_(UART3_TX_PIN, UART3_RX_PIN);
9-
#endif
10-
11-
#if SERIAL_HOWMANY > 3
12-
UART _UART4_(UART4_TX_PIN, UART4_RX_PIN);
13-
#endif
14-
15-
#if SERIAL_HOWMANY > 4
16-
UART _UART5_(UART5_TX_PIN, UART5_RX_PIN);
175
#endif

0 commit comments

Comments
 (0)