Surasak Nasuriwong / FileManager

Dependencies:   SDFileSystem

Dependents:   RwSDCard_Xml_GPS

Revision:
22:2fc64ad66e35
Parent:
21:0c52dbc23f52
Child:
25:7f3420c04178
--- a/FileManager.h	Wed May 25 10:21:50 2016 +0000
+++ b/FileManager.h	Wed May 25 11:43:45 2016 +0000
@@ -61,7 +61,7 @@
 #define TIMESTAMP_DATE_SIZE     2                           /*!< Size for date  */
 #define YEAR_4DIGITS_OFFSET     1900                        /*!< Offset to convert 2 digits year to 4 digits */
 
-
+extern bool m_sdCardIsPresent;
 /* ###############  Enum  ################## */
 
 /* Exported types ------------------------------------------------------------*/
@@ -98,9 +98,6 @@
 } Variable_Data_TypeDef;
 
 
-/* ###############  Exported variable   ################## */
-extern bool   m_SdCardHasDisconnected; 
-
 
 /* ###############  Function Prototype  ################## */
 void FILEMANAGER_ReadSetupFile();