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:
Thu Apr 03 20:45:12 2014 +0100
Parent:
5:4490a0d9cb2a
Child:
7:2a26fd6a2b36
Commit message:
Synchronized with git revision 283e990f46281170c25714713c465f4a376cc5c3

Full URL: https://github.com/mbedmicro/mbed/commit/283e990f46281170c25714713c465f4a376cc5c3/

Changed in this revision

parse_pins.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/parse_pins.cpp	Mon Aug 19 18:37:40 2013 +0300
+++ b/parse_pins.cpp	Thu Apr 03 20:45:12 2014 +0100
@@ -43,7 +43,7 @@
         }
         return port_pin((PortName)port, pin);
 
-#elif defined(TARGET_KL25Z)
+#elif defined(TARGET_KL25Z) || defined(TARGET_K64F)
         if (str[0] == 'P' && str[1] == 'T') {   // PTx_n
             uint32_t port = str[2] - 'A';
             uint32_t pin  = str[3] - '0'; // PTxn