#include "sceptre.h"
Go to the source code of this file.
Functions | |
uint32_t | get_fattime (void) |
User provided timer function for FatFs module.
Definition in file fatfs_support.c.
uint32_t get_fattime | ( | void | ) |
This is a real time clock service to be called from FatFs module. Any valid time must be returned even if the system does not support a real time clock.
This is not required in read-only configuration.
Definition at line 24 of file fatfs_support.c.