mbed RPC

Dependents:   WiFlyHTTPServerSample MultiThreadingHTTPServer HTTP-Server EthHTTPServer ... more

Legacy Warning

This is an mbed 2 library. To learn more about mbed OS 5, visit the docs.

Files at this revision

API Documentation at this revision

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