summaryrefslogtreecommitdiff
path: root/firmware/export/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/fat.h')
-rw-r--r--firmware/export/fat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/fat.h b/firmware/export/fat.h
index b8092290e6..27c2a161f6 100644
--- a/firmware/export/fat.h
+++ b/firmware/export/fat.h
@@ -174,7 +174,6 @@ void fat_recalc_free(IF_MV_NONVOID(int volume));
174bool fat_size(IF_MV(int volume,) unsigned long *size, unsigned long *free); 174bool fat_size(IF_MV(int volume,) unsigned long *size, unsigned long *free);
175 175
176/** Misc. **/ 176/** Misc. **/
177time_t fattime_mktime(uint16_t fatdate, uint16_t fattime);
178void fat_empty_fat_direntry(struct fat_direntry *entry); 177void fat_empty_fat_direntry(struct fat_direntry *entry);
179void fat_init(void); 178void fat_init(void);
180 179