Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular
Diff: MBEDUbloxGPS.cpp
- Revision:
- 15:10c06c3edfc7
- Parent:
- 12:29ff8e9e0cbe
- Child:
- 16:19f597d8048f
--- a/MBEDUbloxGPS.cpp Thu Apr 03 00:50:53 2014 +0000
+++ b/MBEDUbloxGPS.cpp Thu Apr 03 01:55:08 2014 +0000
@@ -99,7 +99,7 @@
// start the update thread and connect
bool MBEDUbloxGPS::connect() {
if (this->m_gps_poll_thread == NULL) {
- this->logger()->log("starting GPS update thread...");
+ //this->logger()->log("starting GPS update thread...");
//this->m_gps_poll_thread = new Thread(read_gps);
}
return true;