mbed RPC

Dependents:   RPC_Serial_OVFZ RPCHTTPServer SerialRPC_rtos_example RPC_HTTP ... more

Fork of mbed-rpc by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Tue May 03 00:16:10 2016 +0100
Parent:
15: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
diff -r f387e5f731fa -r 33e21ae4d434 parse_pins.cpp
--- 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