2018/06/18

Dependents:   library

Revision:
1:2f131675f872
Parent:
0:2c0d50143d85
Child:
2:578f518a6a05
--- a/GPS.h	Thu May 03 14:19:36 2018 +0000
+++ b/GPS.h	Fri May 04 15:16:02 2018 +0000
@@ -79,7 +79,7 @@
     Serial serial;
     bool reasonable;
     char buf[100];
-    int Degrees, Minutes, Hours, m;
+    int info, Degrees, Minutes, Hours;
     float fDegrees, fMinutes, Seconds, fHours;
     void gpscmd(char *command);
     void getstring(char DATA[]);