Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: FileManager.h
- 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();
