We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e40445 commit 0bbfa7dCopy full SHA for 0bbfa7d
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