aboutsummaryrefslogtreecommitdiff
path: root/libraries/Ethernet/examples/DhcpAddressPrinter
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/Ethernet/examples/DhcpAddressPrinter')
-rw-r--r--libraries/Ethernet/examples/DhcpAddressPrinter/DhcpAddressPrinter.ino (renamed from libraries/Ethernet/examples/DhcpAddressPrinter/DhcpAddressPrinter.pde)2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Ethernet/examples/DhcpAddressPrinter/DhcpAddressPrinter.pde b/libraries/Ethernet/examples/DhcpAddressPrinter/DhcpAddressPrinter.ino
index 50a557d..630dd17 100644
--- a/libraries/Ethernet/examples/DhcpAddressPrinter/DhcpAddressPrinter.pde
+++ b/libraries/Ethernet/examples/DhcpAddressPrinter/DhcpAddressPrinter.ino
@@ -24,7 +24,7 @@ byte mac[] = {
// 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: