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 2413da0 commit fcf6242Copy full SHA for fcf6242
variants/STM32L4xx/L4R5Z(G-I)Y_L4R9Z(G-I)Y_L4S5ZIY_L4S9ZIY/variant_SWAN_R5.h
@@ -236,12 +236,12 @@
236
#define PIN_SERIAL_TX PA9
237
#endif
238
239
-// Default pin used for generic 'Serial2' instance
240
-#ifndef PIN_SERIAL2_RX
241
- #define PIN_SERIAL2_RX PC5
+// Default pin used for generic 'Serial3' instance
+#ifndef PIN_SERIAL3_RX
+ #define PIN_SERIAL3_RX PC5
242
243
-#ifndef PIN_SERIAL2_TX
244
- #define PIN_SERIAL2_TX PC4
+#ifndef PIN_SERIAL3_TX
+ #define PIN_SERIAL3_TX PC4
245
246
247
// LPUART1
0 commit comments