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.
Diff: parse_pins.cpp
- Revision:
- 2:65228c367483
- Parent:
- 1:6919289a5946
- Child:
- 3:1ecadde1c929
--- 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