We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e40445 + 0bbfa7d commit 232c046Copy full SHA for 232c046
libraries/rpc/parse_pins.cpp
@@ -59,7 +59,7 @@ PinName parse_pins(const char *str) {
59
}
60
return port_pin((PortName)port, pin);
61
62
-#elif defined(TARGET_NUCLEO_F072RB) || defined(TARGET_NUCLEO_F411RE)
+#elif defined(TARGET_NUCLEO_F072RB) || defined(TARGET_NUCLEO_F303K8) || defined(TARGET_NUCLEO_F411RE)
63
if (str[0] == 'P') { // PX_XX e.g.PA_2 PC_15
64
uint32_t port = str[1] - 'A';
65
uint32_t pin = str[3] - '0';
0 commit comments