fixed with new libs
Dependents: SmartRemote WifiFlexManager SmartRemote E7
Fork of HTTPServer by
Diff: Handler/RpcHandler.cpp
- Revision:
- 9:c2a1462b9b71
- Parent:
- 5:dc88012caef1
- Child:
- 16:cc3f5c53d0d5
--- 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__);