Freedman v2
Fork of WizFi250Interface by
Diff: WizFi250/WizFi250.h
- Revision:
- 19:502d9c5a0053
- Parent:
- 17:2a20f54f2929
diff -r 3a2282277ad0 -r 502d9c5a0053 WizFi250/WizFi250.h --- a/WizFi250/WizFi250.h Thu Jul 30 11:13:12 2015 +0000 +++ b/WizFi250/WizFi250.h Wed Aug 26 07:55:34 2015 +0000 @@ -37,7 +37,7 @@ #define BUF_SIZE 1600 //Debug is disabled by default -#if 1 +#if 0 #define WIZ_DBG(x, ...) std::printf("[WizFi250: DBG]" x "\r\n", ##__VA_ARGS__); #define WIZ_WARN(x, ...) std::printf("[WizFi250: WARN]" x "\r\n", ##__VA_ARGS__); #define WIZ_ERR(x, ...) std::printf("[WizFi250: ERR]" x "\r\n", ##__VA_ARGS__);