File manager

Dependencies:   SDFileSystem

Dependents:   RwSDCard_Xml_GPS

Revision:
35:b91169442c4a
Parent:
34:097b1f6828b7
Child:
36:09e662a69c50
diff -r 097b1f6828b7 -r b91169442c4a FileManager.cpp
--- a/FileManager.cpp	Wed Sep 14 08:32:24 2016 +0000
+++ b/FileManager.cpp	Thu Sep 15 08:06:10 2016 +0000
@@ -780,6 +780,10 @@
             {
                 printf("\n%s", buf);
             }
+            #if WATCHDOG_ENABLE
+            /** restart Watchdog  */
+            wd.Service(); 
+            #endif
         }
         /* Close File */
         fclose(fp);