mbed RPC

Dependents:   RPC_Serial_OVFZ RPCHTTPServer SerialRPC_rtos_example RPC_HTTP ... more

Fork of mbed-rpc by mbed official

Revision:
6:873ac1d027c8
Parent:
5:4490a0d9cb2a
Child:
7:2a26fd6a2b36
--- 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