Modified to run on Renesas GR Peach board

Dependents:   GR-PeachAHRSWeb

Fork of HTTP-Server by Francois Berder

Revision:
11:d03f12a19999
Parent:
7:838d7ea07e18
--- a/RequestHandler.cpp	Thu Jul 18 10:10:14 2013 +0000
+++ b/RequestHandler.cpp	Wed Oct 07 20:35:31 2015 +0000
@@ -10,6 +10,7 @@
 
 void GetRequestHandler::handle(const RPCCommand& cmd, char *reply)
 {
+    printf("in getrequesthandler\n\r");
     switch(cmd.get_type())
     {
         case DELETE: