Freedman v2

Dependents:   Freedman_v2

Fork of WizFi250Interface by DongEun Koak

Revision:
19:502d9c5a0053
Parent:
17:2a20f54f2929
--- 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__);