RC
Dependents: WizFi250_AP_HelloWorld
Fork of WizFi250Interface by
Diff: WizFi250/WizFi250.h
- 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;