WIZNet W5500 with additional enhancements
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");
}
}
Helmut Tschemernjak
