root root / WIZnetInterface

Dependents:   espyun espyun

Fork of WIZnetInterface by jiang hao

Revision:
31:f6a5f6d1978b
Parent:
30:6feeaebad180
diff -r 6feeaebad180 -r f6a5f6d1978b arch/ext/W5500.cpp
--- a/arch/ext/W5500.cpp	Fri Nov 04 02:28:28 2016 +0000
+++ b/arch/ext/W5500.cpp	Fri Nov 04 12:09:25 2016 +0000
@@ -139,9 +139,6 @@
 
 bool WIZnet_Chip::is_connected(int socket)
 {
-    Serial pc3(PA_13,PA_14);
-    pc3.baud(115200);
-    pc3.printf("in is_connected(fd)\r\n");
     /*
         if (sreg<uint8_t>(socket, Sn_SR) == SOCK_ESTABLISHED) {
             return true;