Evrythng API for W5500, WIZ550io

Dependencies:   W5500Interface

Dependents:   EvrythngApiExampleW5500

Fork of EvrythngApi by Evry Thng

Revision:
2:5c00ece89e60
Parent:
0:d38d192c2f5f
--- a/EvrythngApi.cpp	Thu Aug 30 13:25:41 2012 +0000
+++ b/EvrythngApi.cpp	Wed Aug 20 01:56:36 2014 +0000
@@ -157,7 +157,6 @@
         if (sent) {
 
             char rcv[256];
-
             int r;
             while (true) {
                 r = socket.receive(rcv, sizeof(rcv));
@@ -177,7 +176,7 @@
     } else {
         ret = EVRY_ERR_CANTCONNECT;
     }
-    
+
 #ifdef DEBUG_EVRYTHNG_API
     dbg.printf("%s", res.c_str());
 #endif