The function fs_get_date returns a date value. The year, month, and day values are packed in the 3 least significant bytes of the 4-byte return value. The fs_get_date function is part of the library RL-FlashFS. The prototype is defined in the file file_config.h. To change the default return value developers must: - Customize the function.
- Customize also the function fs_get_time().
- Provide these functions in a file named fs_time.c.
|