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:
21:272df0444756
Parent:
19:3cecccc1a3d4
Child:
22:0f2a0269ce6d
--- a/MBEDEndpoint.h	Tue Jul 01 04:21:14 2014 +0000
+++ b/MBEDEndpoint.h	Tue Jul 01 19:29:55 2014 +0000
@@ -90,7 +90,7 @@
         bool closeTransports();
         
 #ifdef CELLULAR_NETWORK
-        bool initializeCellularModem(void *transport,void *modem);
+        bool initializeCellularModem(void *modem);
         bool initializeGPSReceiver(void *gps);
         bool closeCellularModem();
         bool closeGPSReceiver();