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:
- 30:184d2ef7dff7
- Parent:
- 29:964610d82f8d
- Child:
- 32:69b7c870d69c
--- a/FileManager.h Sat May 28 06:23:38 2016 +0000 +++ b/FileManager.h Mon Sep 05 08:29:09 2016 +0000 @@ -114,7 +114,7 @@ void FILEMANAGER_LogRMSData(time_t timestamp ,float * var, int size, bool * p_headerRequired, uint32_t msec); void FILEMANAGER_LogRMSHeader(time_t timestamp); bool FILEMANAGER_IsFileExist(char filename[]); - +void FILEMANAGER_listDir(void); uint32_t FILEMANAGER_GetRxID(); uint32_t FILEMANAGER_GetTxID(); #endif
