Modified to run on Renesas GR Peach

Fork of mbed-rpc by mbed official

Revision:
6:a1a58dcfece8
Parent:
1:6919289a5946
--- a/Arguments.cpp	Thu May 30 17:07:09 2013 +0100
+++ b/Arguments.cpp	Wed Oct 07 20:35:13 2015 +0000
@@ -69,7 +69,7 @@
 
 template<> PinName Arguments::getArg<PinName>(void) {
     index++;
-    return parse_pins(argv[index]);
+    //return parse_pins(argv[index]);
 }
 
 template<> int Arguments::getArg<int>(void) {