The function fs_get_time function returns a time value. The function packs the hour, minute, and second values in the 3 least significant bytes of the 4-byte return value. The 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 alos the function fs_get_date().
- Provide these functions in a file named fs_time.c.
|