Colin Stearns / Mbed 2 deprecated qcControl

Dependencies:   mbed

Fork of dgps by Colin Stearns

Revision:
43:b8cbe6f0ec47
Parent:
41:df156ae5631b
Child:
44:2ae602b89961
--- 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) {