Learning how to use RPC.

Files at this revision

API Documentation at this revision

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;