summaryrefslogtreecommitdiff
path: root/time/fatfs_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/fatfs_time.c')
-rw-r--r--time/fatfs_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time/fatfs_time.c b/time/fatfs_time.c
index 9ed49a5..e38decb 100644
--- a/time/fatfs_time.c
+++ b/time/fatfs_time.c
@@ -35,7 +35,7 @@
#include <time.h>
uint32_t
-fat_time(const struct tm * timeptr)
+fatfs_time(const struct tm * timeptr)
{
uint32_t ret;
uint32_t n;