Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of HTTPServer by
Diff: HTTPRequestHandler.cpp
- Revision:
- 8:ccbdf6e28655
- Parent:
- 7:cb7fec1265b5
- Child:
- 10:cbde7929db7f
diff -r cb7fec1265b5 -r ccbdf6e28655 HTTPRequestHandler.cpp
--- a/HTTPRequestHandler.cpp Sat Jun 01 17:47:45 2013 +0000
+++ b/HTTPRequestHandler.cpp Sat Jun 01 18:00:18 2013 +0000
@@ -2,7 +2,7 @@
#include "mbed.h"
#include "HTTPRequestHandler.h"
-#define _DEBUG 0
+#define _DEBUG 1
#if (_DEBUG && !defined(TARGET_LPC11U24))
#define INFO(x, ...) std::printf("[HTTPRequestHandler : DBG]"x"\r\n", ##__VA_ARGS__);
