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 3c2c62b commit d3b63d2Copy full SHA for d3b63d2
src/main/target/NEXUSX/target.h
@@ -79,11 +79,9 @@
79
// *************** UART *****************************
80
#define USE_VCP
81
82
-#ifdef NEXUSX
83
#define USE_UART1 // clashes with I2C1
84
#define UART1_TX_PIN PB6 // pin labelled "AUX"
85
#define UART1_RX_PIN PB7 // pin labelled "SBUS"
86
-#endif
87
88
#define USE_UART2
89
#define UART2_TX_PIN PA2 // pin labelled as "RPM"
0 commit comments