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.
2 parents 67dd449 + 1bcbd40 commit 344a301Copy full SHA for 344a301
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/TARGET_UBLOX_C030/PinNames.h
@@ -118,7 +118,11 @@ typedef enum {
118
D1 = PD_8, // UART3-TX
119
D2 = PD_11, // UART3-CTS
120
D3 = PB_14, // UART3-RTS
121
+#if defined(TARGET_UBLOX_C030_N211) || defined(TARGET_UBLOX_C030_R410M) || defined(TARGET_UBLOX_C030_U201)
122
D4 = PB_1,
123
+#else
124
+ D4 = PC_8,
125
+#endif
126
D5 = PA_5,
127
D6 = PB_8, // UART3-CTS
128
D7 = PB_15, // UART3-RTS
0 commit comments