polytech umpc project
Fork of SerialGPS by
Diff: SerialGPS.cpp
- Revision:
- 2:bedf4d6d1755
- Parent:
- 1:a5b887e09aa4
--- 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); } /**