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:
0:db98027c0bbb
Child:
1:6aec92e77ad2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ChangeLog.c	Mon Nov 15 20:11:16 2010 +0000
@@ -0,0 +1,51 @@
+/*
+
+1.0 - 11/11/2010 - Initial release
+
+1.1 - 11/11/2010 -
+
+    * Made some documentation corrections.
+
+1.2 - 11/11/2010
+
+    * Added user API callback options for teh following signals:-
+        1PPS
+        NMEA RMC message processed
+        NMEA GGA message processed
+                
+    * Added example1.cpp and example2.cpp to demonstrate how to 
+    setup and use various features/functions.
+
+1.3 - 11/11/2010
+
+    * Increased the frequency at which process_request flag to checked.
+    
+    * Included the baud() and format() methods which are just passed onto
+    the parent object, Serial.
+    
+    * Updated the example1.cpp and example2.cpp to include more details.
+
+1.4 - 13/10/2010
+
+    * Changed the name to MODGPS as "GPS" was too generic.
+    
+    * Improved the example1.cpp program with a lot more details 
+    on the usage of the module.
+
+1.5 - 14/11/2010
+
+    * Added more cookbook documentation.
+
+1.6 - 14/11/2010
+
+    * Added more doxyden API comments. 
+    
+1.7 - 14/10/2010
+
+    * Added a lot more doxygen comments for teh API group.
+
+1.8 - 14/10/2010
+
+    * Added a lot more doxygen comments for the API group.
+                   
+*/