Freedman v2

Dependents:   Freedman_v2

Fork of WizFi250Interface by DongEun Koak

Files at this revision

API Documentation at this revision

Comitter:
Ricky_Kwon
Date:
Wed Aug 26 07:55:34 2015 +0000
Parent:
18:3a2282277ad0
Commit message:
Freedman v2

Changed in this revision

WizFi250/WizFi250.h Show annotated file Show diff for this revision Revisions of this file
--- 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__);