Fork HTTPClient and Modfiy code for mbed 6.0
Dependents: mbed-demo-http-get-json
Diff: data/HTTPFile.cpp
- Revision:
- 34:3556275bebf3
- Parent:
- 33:d4d1475bafc0
- Child:
- 35:d9e2d1c96b75
--- a/data/HTTPFile.cpp Sun Feb 01 16:50:39 2015 +0000 +++ b/data/HTTPFile.cpp Sun Mar 08 17:50:52 2015 +0000 @@ -1,6 +1,6 @@ #include "HTTPFile.h" -#define DEBUG "HTfi" +//#define DEBUG "HTfi" #include <cstdio> #if (defined(DEBUG) && !defined(TARGET_LPC11U24)) #define DBG(x, ...) std::printf("[DBG %s %3d] "x"\r\n", DEBUG, __LINE__, ##__VA_ARGS__);