JEK changes enabling proper recording of IMU/GPS datastrams - 02-APR-2013

Dependencies:   mbed

Fork of GPS_Incremental by Dan Matthews

Revision:
8:13724ed3f825
Parent:
7:2e20e4cf53e6
--- a/PCMessaging.h	Sat Apr 06 21:24:52 2013 +0000
+++ b/PCMessaging.h	Wed Apr 17 13:50:21 2013 +0000
@@ -262,6 +262,8 @@
                 {
                     toPC.printf(" closing the SD card file \n\n");
                     fclose(fpNav);
+                    wait(1.0);
+                    //toPC.printf("\n after closing the SD card file \n\n");
                     recordData = false;
                     fpNav = NULL;
                 }