Changes made for RPC

Files at this revision

API Documentation at this revision

Comitter:
sohaibqamar
Date:
Tue Jan 15 08:27:02 2019 +0000
Parent:
17:c690fb2de477
Commit message:
Changes made for RPC

Changed in this revision

HTTPConnection.cpp Show annotated file Show diff for this revision Revisions of this file
HTTPRequestHandler.cpp Show annotated file Show diff for this revision Revisions of this file
HTTPServer.cpp Show annotated file Show diff for this revision Revisions of this file
Handler/RpcHandler.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r c690fb2de477 -r 08b85ace10c3 HTTPConnection.cpp
--- a/HTTPConnection.cpp	Mon Jun 15 16:07:28 2015 +0000
+++ b/HTTPConnection.cpp	Tue Jan 15 08:27:02 2019 +0000
@@ -2,7 +2,7 @@
 
 #include "mbed.h"
 #include "HTTPConnection.h"
-#define DEBUG
+//#define DEBUG
 #include "hl_debug.h"
 
 #include <vector>
diff -r c690fb2de477 -r 08b85ace10c3 HTTPRequestHandler.cpp
--- a/HTTPRequestHandler.cpp	Mon Jun 15 16:07:28 2015 +0000
+++ b/HTTPRequestHandler.cpp	Tue Jan 15 08:27:02 2019 +0000
@@ -1,7 +1,7 @@
 /* HTTPRequestHandler.cpp */
 #include "mbed.h"
 #include "HTTPRequestHandler.h"
-#define DEBUG
+//#define DEBUG
 #include "hl_debug.h"
 #include <ctype.h>
 
diff -r c690fb2de477 -r 08b85ace10c3 HTTPServer.cpp
--- a/HTTPServer.cpp	Mon Jun 15 16:07:28 2015 +0000
+++ b/HTTPServer.cpp	Tue Jan 15 08:27:02 2019 +0000
@@ -1,6 +1,6 @@
 #include "mbed.h"
 #include "HTTPServer.h"
-#define DEBUG
+//#define DEBUG
 #include "hl_debug.h"
 
 
diff -r c690fb2de477 -r 08b85ace10c3 Handler/RpcHandler.cpp
--- a/Handler/RpcHandler.cpp	Mon Jun 15 16:07:28 2015 +0000
+++ b/Handler/RpcHandler.cpp	Tue Jan 15 08:27:02 2019 +0000
@@ -4,7 +4,7 @@
 #include "mbed_rpc.h"
 
 
-#define DEBUG 1
+//#define DEBUG 1
 #include "hl_debug.h"
 
 RPC rpc("rpc");