Freedman v2

Dependents:   Freedman_v2

Fork of WizFi250Interface by DongEun Koak

Revision:
10:187e3fd24123
Parent:
9:12ecb377f63f
Child:
13:0b8e51d3c0e8
--- a/WizFi250/WizFi250.h	Fri Jun 19 15:34:40 2015 +0900
+++ b/WizFi250/WizFi250.h	Mon Jun 22 12:18:57 2015 +0000
@@ -213,7 +213,7 @@
         int port;
         int send_length;
         int recv_length;
-        CircBuffer<char> *buf = NULL;
+        CircBuffer<char> *buf;
         volatile bool received;
         volatile int parent;
         volatile bool accept;