]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - time/fatfs_time.c
Add get_fattime(), move buffers from stack to heap
[z180-stamp.git] / time / fatfs_time.c
index 9ed49a5899575ce10136f134f27a18b406d77017..e38decbf68d90bfb3d5ae25b67c8acab0795b760 100644 (file)
@@ -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;