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:
20:def10d2d9273
Parent:
19:3cecccc1a3d4
Child:
21:272df0444756
--- a/MBEDEndpoint.cpp	Mon Jun 30 22:47:07 2014 +0000
+++ b/MBEDEndpoint.cpp	Tue Jul 01 04:21:14 2014 +0000
@@ -243,8 +243,8 @@
          this->logger()->log("Initializing Ethernet...");
          
          // connect up ethernet
-         //this->m_ethernet->init();  // DHCP
-         this->m_ethernet->init("192.168.1.221","255.255.255.0","192.168.1.1");
+         this->m_ethernet->init();  // DHCP
+         //this->m_ethernet->init("192.168.1.220","255.255.255.0","192.168.1.1");
          this->m_ethernet->connect();
          
          // display our IP address