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:
- 27:b0eb0f36110e
- Parent:
- 25:7f3420c04178
- Child:
- 29:964610d82f8d
--- a/FileManager.h Thu May 26 14:05:36 2016 +0000 +++ b/FileManager.h Thu May 26 15:23:26 2016 +0000 @@ -105,7 +105,7 @@ int FILEMANAGER_GPSInterval(); int FILEMANAGER_DataInterval(); void FILEMANAGER_LogGPSData(time_t timestamp ,char lat[], char longti[]); -void FILEMANAGER_LogSystemData(float gps_interval,float rms_interval); +void FILEMANAGER_LogSystemData(float gps_interval,float rms_interval,bool isResetCausedByWdg = false); Variable_Data_TypeDef * FILEMANAGER_ReadVarFile(); int FILEMANAGER_GetAmountVarList(); Variable_Data_TypeDef * FILEMANAGER_GetVarList();
