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:
15:a0eae7ab1e59
Parent:
14:07b77fbb1985
Child:
19:3cecccc1a3d4
diff -r 07b77fbb1985 -r a0eae7ab1e59 MBEDEndpoint.h
--- a/MBEDEndpoint.h	Wed Apr 02 04:44:03 2014 +0000
+++ b/MBEDEndpoint.h	Thu Apr 03 02:01:36 2014 +0000
@@ -91,7 +91,7 @@
         
 #ifdef CELLULAR_NETWORK
         bool initializeCellularModem(void *transport,void *pinouts);
-        bool initializeGPSReceiver();
+        bool initializeGPSReceiver(void *pinouts);
         bool closeCellularModem();
         bool closeGPSReceiver();
 #else