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.
Fork of mbed-rpc by
Revision 2:65228c367483, committed 2013-04-24
- Comitter:
- emilmont
- Date:
- Wed Apr 24 15:02:07 2013 +0000
- Parent:
- 1:6919289a5946
- Child:
- 3:1ecadde1c929
- Commit message:
- Fix typo in mbed-rpc parse_pins
Changed in this revision
| parse_pins.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/parse_pins.cpp Mon Apr 22 17:50:11 2013 +0100
+++ b/parse_pins.cpp Wed Apr 24 15:02:07 2013 +0000
@@ -34,7 +34,7 @@
}
return port_pin((PortName)port, pin);
-#elif defined(LTARGET_KL25Z)
+#elif defined(TARGET_KL25Z)
if (str[0] == 'P' && str[1] == 'T') { // PTx_n
uint32_t port = str[2] - 'A';
uint32_t pin = str[3] - '0'; // PTxn
