Host library for controlling a WiConnect enabled Wi-Fi module.
Dependents: wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more
Diff: common.cpp
- Revision:
- 32:b2bdbc018665
- Parent:
- 29:b6af04b77a56
diff -r 59fac148a8d5 -r b2bdbc018665 common.cpp --- a/common.cpp Mon Oct 27 13:52:55 2014 -0700 +++ b/common.cpp Mon Oct 27 14:16:03 2014 -0700 @@ -9,9 +9,9 @@ */ - +#include "Wiconnect.h" #include "api/types/Socket/Socket.h" -#include "common.h" + /*************************************************************************************************/