RC
Dependents: WizFi250_AP_HelloWorld
Fork of WizFi250Interface by
Diff: Socket/UDPSocket.cpp
- Revision:
- 17:8c69e246be54
- Parent:
- 12:bb8e979df6df
- Child:
- 18:2a20f54f2929
--- a/Socket/UDPSocket.cpp Fri Jun 26 04:19:01 2015 +0000 +++ b/Socket/UDPSocket.cpp Thu Jul 30 08:13:57 2015 +0000 @@ -39,7 +39,7 @@ int UDPSocket::bind(int port) { _port = port; - //_server = true; + _server = true; return 0; }