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.
Dependents: WiFlyHTTPServerSample MultiThreadingHTTPServer
Diff: Handler/RpcHandler.cpp
- Revision:
- 9:c2a1462b9b71
- Parent:
- 5:dc88012caef1
- Child:
- 13:93ff322420b0
--- a/Handler/RpcHandler.cpp Sat Jun 01 17:47:45 2013 +0000 +++ b/Handler/RpcHandler.cpp Sun Jun 02 00:33:56 2013 +0000 @@ -4,7 +4,7 @@ #include "mbed_rpc.h" -#define _DEBUG 1 +#define _DEBUG 0 #if (_DEBUG && !defined(TARGET_LPC11U24)) #define INFO(x, ...) std::printf("[HTTPRpcHandler : DBG]"x"\r\n", ##__VA_ARGS__);