Fixed compiler errors/warnings (declaration of _uidx, scope of index variables i)

Dependents:   GPSDevice LogData_UM6-to-SDcard UM6withGPS mbed-cansat-test-GPS ... more

Fork of MODGPS by Andy K

Revision:
7:34a9030f27a4
Parent:
6:64771e31464e
--- a/GPS.h	Thu Apr 21 14:06:17 2011 +0000
+++ b/GPS.h	Sun Feb 17 17:37:22 2013 +0000
@@ -841,6 +841,8 @@
     char *_vtg;
     char *_ukn;
     
+    int _uidx;
+    
     //! Used for debugging.
     bool _nmeaOnUart0;      
 };