11111
Fork of WIZnetInterface by
Diff: EthernetInterface.cpp
- Revision:
- 30:6feeaebad180
- Parent:
- 28:200e63e513a8
--- a/EthernetInterface.cpp Tue Nov 17 06:35:55 2015 +0000
+++ b/EthernetInterface.cpp Fri Nov 04 02:28:28 2016 +0000
@@ -89,7 +89,7 @@
// Disconnect Bring the interface down.
int EthernetInterface::disconnect()
{
- //if (WIZnet_Chip::disconnect() == false) return -1;
+ if (WIZnet_Chip::disconnect() == false) return -1;
return 0;
}
