aboutsummaryrefslogtreecommitdiff
path: root/libraries/Ethernet/examples/DnsWebClient
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/Ethernet/examples/DnsWebClient')
-rw-r--r--libraries/Ethernet/examples/DnsWebClient/DnsWebClient.ino (renamed from libraries/Ethernet/examples/DnsWebClient/DnsWebClient.pde)2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Ethernet/examples/DnsWebClient/DnsWebClient.pde b/libraries/Ethernet/examples/DnsWebClient/DnsWebClient.ino
index 7bec73a..5c7a53a 100644
--- a/libraries/Ethernet/examples/DnsWebClient/DnsWebClient.pde
+++ b/libraries/Ethernet/examples/DnsWebClient/DnsWebClient.ino
@@ -25,7 +25,7 @@ char serverName[] = "www.google.com";
// Initialize the Ethernet client library
// with the IP address and port of the server
// that you want to connect to (port 80 is default for HTTP):
-Client client;
+EthernetClient client;
void setup() {
// start the serial library: