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.
Fork of dgps by
Diff: handle/handleGPS.cpp
- Revision:
- 43:b8cbe6f0ec47
- Parent:
- 41:df156ae5631b
- Child:
- 44:2ae602b89961
diff -r c78632c16d54 -r b8cbe6f0ec47 handle/handleGPS.cpp --- a/handle/handleGPS.cpp Wed Apr 23 04:16:46 2014 +0000 +++ b/handle/handleGPS.cpp Wed Apr 23 04:20:40 2014 +0000 @@ -93,7 +93,7 @@ void GPSHandle::handleUpdate(){ char c; reading = false; - while(getPS().rx_ready_with_timeout(&GPS::getSerial(),0,1000)){ + while(getPS().rx_ready_with_timeout(&GPS::getSerial(),0,10000)){ c = GPS::getSerial().getc(); //USB::getSerial().printf("%c",c); if (reading) {