Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: GR-Boards_WebCamera
Fork of mbed-rpc by
Diff: parse_pins.cpp
- Revision:
- 16:33e21ae4d434
- Parent:
- 15:f387e5f731fa
- Child:
- 17:a7723533a99c
--- a/parse_pins.cpp Fri Apr 29 01:15:52 2016 +0100
+++ b/parse_pins.cpp Tue May 03 00:16:10 2016 +0100
@@ -48,7 +48,7 @@
}
return port_pin((PortName)port, pin);
-#elif defined(TARGET_KL25Z) || defined(TARGET_KL05Z) || defined(TARGET_KL46Z) || defined(TARGET_K64F)
+#elif defined(TARGET_KL25Z) || defined(TARGET_KL27Z) || defined(TARGET_KL05Z) || defined(TARGET_KL46Z) || defined(TARGET_K22F) || defined(TARGET_K64F)
if (str[0] == 'P' && str[1] == 'T') { // PTxn
uint32_t port = str[2] - 'A';
uint32_t pin = str[3] - '0'; // PTxn
