polytech umpc project

Fork of SerialGPS by Shinichiro Nakamura

Files at this revision

API Documentation at this revision

Comitter:
raphaelbresson
Date:
Wed Feb 08 16:49:27 2017 +0000
Parent:
1:a5b887e09aa4
Commit message:
few changes

Changed in this revision

SerialGPS.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SerialGPS.cpp	Tue Oct 12 22:22:28 2010 +0000
+++ b/SerialGPS.cpp	Wed Feb 08 16:49:27 2017 +0000
@@ -16,7 +16,7 @@
  */
 SerialGPS::SerialGPS(PinName tx, PinName rx, int baud) : ser(tx, rx), cbfuncs(NULL) {
     ser.baud(baud);
-    ser.setTimeout(50);
+    ser.setTimeout(500);
 }
 
 /**