Learning how to use RPC.
Diff: RPCVariable.h
- Revision:
- 9:ff67e6abe745
- Parent:
- 6:f15d3610ddbe
--- a/RPCVariable.h Sat Jan 28 19:12:00 2012 +0000 +++ b/RPCVariable.h Mon Oct 29 21:06:55 2012 +0000 @@ -67,10 +67,10 @@ *_ptr = value; } - #ifdef MBED_RPC +#ifdef MBED_RPC virtual const struct rpc_method *get_rpc_methods(); static struct rpc_class *get_rpc_class(); - #endif +#endif private: T * _ptr;