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:
- 15:b63a539c3754
- Parent:
- 14:4ba6147f067b
- Child:
- 16:c13dc589bb55
--- a/FileManager.h Thu May 19 10:44:35 2016 +0000 +++ b/FileManager.h Sat May 21 14:35:10 2016 +0000 @@ -105,4 +105,3 @@ void FILEMANAGER_LogRMSData(time_t timestamp ,float * var, int size); void FILEMANAGER_LogRMSHeader(time_t timestamp); bool FILEMANAGER_IsFileExist(char filename[]); -void FILEMANAGER_Init(void);