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 17:33e21ae4d434, committed 2016-05-03
- Comitter:
- mbed_official
- Date:
- Tue May 03 00:16:10 2016 +0100
- Parent:
- 16:f387e5f731fa
- Commit message:
- Synchronized with git revision 9cef243de23875778f461bbe9a8c1bc47e65212b
Full URL: https://github.com/mbedmicro/mbed/commit/9cef243de23875778f461bbe9a8c1bc47e65212b/
Switch to KSDK 2.0
Changed in this revision
parse_pins.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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