Freedman v2
Fork of WizFi250Interface by
Diff: WizFi250/WizFi250.cpp
- Revision:
- 10:187e3fd24123
- Parent:
- 7:ba28fe711055
- Child:
- 13:0b8e51d3c0e8
diff -r 12ecb377f63f -r 187e3fd24123 WizFi250/WizFi250.cpp --- a/WizFi250/WizFi250.cpp Fri Jun 19 15:34:40 2015 +0900 +++ b/WizFi250/WizFi250.cpp Mon Jun 22 12:18:57 2015 +0000 @@ -31,6 +31,7 @@ { _inst = this; memset(&_state, 0, sizeof(_state)); + memset(&_con, 0, sizeof(_con)); _state.initialized = false; _state.status = STAT_READY; _state.cid = -1;