mbed rpc

Dependents:   GSwifi_ap_ws_rpc gba_rpc

Fork of mbed-rpc by mbed official

Revision:
6:28ff80fd4832
Parent:
1:6919289a5946
Child:
7:ddd4f57351e2
--- a/Arguments.cpp	Mon Aug 19 18:37:40 2013 +0300
+++ b/Arguments.cpp	Mon May 12 03:02:08 2014 +0000
@@ -137,4 +137,9 @@
     reply += sprintf(reply, "%.17g", f);
 }
 
+template<> void Reply::putData<unsigned short>(unsigned short v) {
+    separator();
+    reply += sprintf(reply, "%u", v);
+}
+
 } // namespace mbed