Changes to allow hardware camera trigger

Dependencies:   mbed

Fork of GPS_Incremental by james kain

Revision:
9:13724ed3f825
Parent:
8:2e20e4cf53e6
Child:
10:078891935385
--- 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;
                 }