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: Socket/Socket.cpp
- Revision:
- 34:7d44648ec5f2
- Parent:
- 0:6f28332c466f
--- a/Socket/Socket.cpp Sat Oct 07 22:10:01 2017 +0200
+++ b/Socket/Socket.cpp Mon Oct 09 19:58:19 2017 +0200
@@ -22,7 +22,7 @@
{
eth = WIZnet_Chip::getInstance();
if (eth == NULL) {
- error("Socket constructor error: no W7500 instance available!\r\n");
+ printf("Socket constructor error: no W7500 instance available!\r\n");
}
}
