Surasak Nasuriwong / FileManager

Dependencies:   SDFileSystem

Dependents:   RwSDCard_Xml_GPS

Revision:
16:c13dc589bb55
Parent:
15:b63a539c3754
Child:
20:61f5769a0716
--- a/FileManager.h	Sat May 21 14:35:10 2016 +0000
+++ b/FileManager.h	Mon May 23 11:19:54 2016 +0000
@@ -8,6 +8,9 @@
   ******************************************************************************/
 /* ###############  Constant Defination  ################## */
 
+#ifndef FILEMANAGER_H
+#define FILEMANAGER_H
+
 #define DEVICE_NAME             "sd"                        /*!< Device directory */                       
 
 // DEVICE_NAME must be put in between "/" for file name 
@@ -105,3 +108,5 @@
 void FILEMANAGER_LogRMSData(time_t timestamp ,float * var, int size);
 void FILEMANAGER_LogRMSHeader(time_t timestamp);
 bool FILEMANAGER_IsFileExist(char filename[]);
+
+#endif