MyLibrary12

Fork of WizFi310Interface_Legacy by WIZnet

Revision:
2:ee7e278fe372
Parent:
0:774ff1e8b26b
--- a/Socket/TCPSocketServer.h	Tue May 02 00:31:36 2017 +0000
+++ b/Socket/TCPSocketServer.h	Sun Sep 17 05:30:43 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);
 };