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: rpc.cpp
- Revision:
- 14:188b1505f827
- Parent:
- 10:d3e03663a6f4
--- a/rpc.cpp Tue Mar 29 09:30:23 2016 +0100 +++ b/rpc.cpp Mon Apr 11 17:30:17 2016 +0100 @@ -148,7 +148,6 @@ for (; cur_method->name != NULL; cur_method++) { if (strcmp(cur_method->name, args.method_name) == 0) { (cur_method->method_caller)(p, &args, &r); - r.putData<const char*>(cur_method->name); return true; } }