Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 9:ff67e6abe745, committed 2012-10-29
- Comitter:
- fernandomachado
- Date:
- Mon Oct 29 21:06:55 2012 +0000
- Parent:
- 8:682c65afe534
- Commit message:
- Learning RPC V0.01
Changed in this revision
RPCVariable.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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;