34rtyujk

Fork of WizFi310Interface_Legacy by WIZnet

Revision:
2:4ec2fd843038
Parent:
0:774ff1e8b26b
--- a/Socket/TCPSocketServer.h	Tue May 02 00:31:36 2017 +0000
+++ b/Socket/TCPSocketServer.h	Mon Nov 27 05:28:45 2017 +0000
@@ -54,6 +54,7 @@
     \param connection A TCPSocketConnection instance that will handle the incoming connection.
     \return 0 on success, -1 on failure.
     */
+    
     int accept(TCPSocketConnection& connection);
 };