Freedman v2

Dependents:   Freedman_v2

Fork of WizFi250Interface by DongEun Koak

Revision:
5:8a0702aa91e3
Parent:
4:085e7efeae47
Child:
6:e149bf87a1bd
diff -r 085e7efeae47 -r 8a0702aa91e3 WizFi250/WizFi250_hal.cpp
--- a/WizFi250/WizFi250_hal.cpp	Fri Nov 14 15:10:33 2014 +0900
+++ b/WizFi250/WizFi250_hal.cpp	Fri Nov 14 15:14:56 2014 +0900
@@ -101,7 +101,7 @@
         {
             if(t.read_ms() >= ms)
             {
-                WARN("lock timeout (%d)\r\n", _state.mode);
+            	  WIZ_WARN("lock timeout (%d)\r\n", _state.mode);
                 return -1;
             }
         }
@@ -121,7 +121,7 @@
             {
                 if(t.read_ms() >= ms)
                 {
-                    DBG("cts timeout\r\n");
+                	WIZ_DBG("cts timeout\r\n");
                     return -1;
                 }
             }