Skip to content

Commit d3b63d2

Browse files
NEXUSX: remove redundant preprocessor check
1 parent 3c2c62b commit d3b63d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/target/NEXUSX/target.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,9 @@
7979
// *************** UART *****************************
8080
#define USE_VCP
8181

82-
#ifdef NEXUSX
8382
#define USE_UART1 // clashes with I2C1
8483
#define UART1_TX_PIN PB6 // pin labelled "AUX"
8584
#define UART1_RX_PIN PB7 // pin labelled "SBUS"
86-
#endif
8785

8886
#define USE_UART2
8987
#define UART2_TX_PIN PA2 // pin labelled as "RPM"

0 commit comments

Comments
 (0)