summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorLeo C2014-12-02 16:15:16 +0100
committerLeo C2014-12-02 16:15:16 +0100
commit19b9a7d8cafc823b90081479fb485bb05b7c52c5 (patch)
tree9d6498053c55c8aa82826efa666f73747b7cc569 /time
parentbe5cfb4b00c91be32cb736369a452faef8c24760 (diff)
downloadz180-stamp-19b9a7d8cafc823b90081479fb485bb05b7c52c5.zip
Add get_fattime(), move buffers from stack to heap
Diffstat (limited to 'time')
-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;