nsp specific components for the NSP version of the impact endpoint

Dependents:   mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet mbed_nsp_endpoint_nxp

Revision:
18:0e32c41b238e
Parent:
16:6936310c9501
Child:
19:3cecccc1a3d4
diff -r 4fe123d805e3 -r 0e32c41b238e MBEDEndpoint.cpp
--- a/MBEDEndpoint.cpp	Fri Apr 11 01:51:21 2014 +0000
+++ b/MBEDEndpoint.cpp	Mon Jun 30 17:38:46 2014 +0000
@@ -241,7 +241,8 @@
          this->logger()->log("Initializing Ethernet...");
          
          // connect up ethernet
-         this->m_ethernet->init();
+         //this->m_ethernet->init();  // DHCP
+         this->m_ethernet->init("192.168.1.221","255.255.255.0","192.168.1.1");
          this->m_ethernet->connect();
          
          // display our IP address