Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of WIZnetInterface by
Diff: arch/ext/W5500.cpp
- Revision:
- 31:f6a5f6d1978b
- Parent:
- 30:6feeaebad180
--- 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;
