Library for ethernet

Dependents:   VC0706_FTP_Client_Ethernet_MQTT

Fork of WIZnetInterface by Akshay Tom

Files at this revision

API Documentation at this revision

Comitter:
Soohwan Kim
Date:
Mon Jun 15 13:33:39 2015 +0900
Parent:
1:175e7f8374e1
Child:
3:f8c6efc8bf83
Commit message:
amend

Changed in this revision

arch/int/W7500x_toe.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/arch/int/W7500x_toe.cpp	Mon Jun 15 13:14:41 2015 +0900
+++ b/arch/int/W7500x_toe.cpp	Mon Jun 15 13:33:39 2015 +0900
@@ -104,7 +104,6 @@
 			(uint8_t)(addr&0xff));
 	if (strcmp(buf, host) == 0) {
 		*ip = addr;
-		printf("addr : %x\r\n", *ip);
 		return true;
 	}
 	DNSClient client;