We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc8365 commit 2413da0Copy full SHA for 2413da0
1 file changed
variants/STM32L4xx/L433C(B-C)(T-U)_L443CC(T-U)/variant_CYGNET.h
@@ -155,10 +155,10 @@
155
156
// Default pin used for generic `Serial2` instance
157
#ifndef PIN_SERIAL2_RX
158
- #define PIN_SERIAL2_RX PA3
+ #define PIN_SERIAL2_RX PA3_ALT1
159
#endif
160
#ifndef PIN_SERIAL2_TX
161
- #define PIN_SERIAL2_TX PA2
+ #define PIN_SERIAL2_TX PA2_ALT1
162
163
164
// LPUART1
0 commit comments