mqtt specific components for the impact mbed endpoint library
Dependents: mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_mqtt_endpoint_nxp
Revision 40:72884152baaa, committed 2014-06-30
- Comitter:
- ansond
- Date:
- Mon Jun 30 22:36:47 2014 +0000
- Parent:
- 39:fec38d630383
- Child:
- 41:3f494366fc76
- Commit message:
- updates
Changed in this revision
MBEDEndpoint.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MBEDEndpoint.h Mon Jun 30 22:17:40 2014 +0000 +++ b/MBEDEndpoint.h Mon Jun 30 22:36:47 2014 +0000 @@ -113,7 +113,7 @@ #ifdef CELLULAR_NETWORK bool initializeCellularModem(void *transports,void *modem); - bool initializeGPSReceiver(void *pinouts); + bool initializeGPSReceiver(void *gps); bool closeCellularModem(); bool closeGPSReceiver(); #else