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:
- 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