Own fork of MbedSmartRestMain
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: io/GPSTracker.cpp
- Revision:
- 92:0acd11870c6a
- Parent:
- 76:b07effe83fb8
- Child:
- 98:e369fc75c000
--- a/io/GPSTracker.cpp Fri Mar 20 14:27:10 2015 +0000 +++ b/io/GPSTracker.cpp Mon Apr 13 14:24:58 2015 +0000 @@ -32,7 +32,7 @@ char buf[256], chr; // needs to be that big otherwise mdm isn't working int ret, len, n; double altitude, latitude, longitude; - + aInfo("GPS thread: %p\r\n", Thread::gettid()); while (true) { ret = _gps.getMessage(buf, sizeof(buf)); if (ret <= 0) {