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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/fat.h b/firmware/export/fat.h
index c99a1a75f8..d6e753f9cb 100644
--- a/firmware/export/fat.h
+++ b/firmware/export/fat.h
@@ -90,7 +90,7 @@ extern void fat_unlock(void);
90#endif 90#endif
91 91
92extern void fat_init(void); 92extern void fat_init(void);
93extern int fat_mount(IF_MV2(int volume,) IF_MV2(int drive,) long startsector); 93extern int fat_mount(IF_MV2(int volume,) IF_MD2(int drive,) long startsector);
94extern int fat_unmount(int volume, bool flush); 94extern int fat_unmount(int volume, bool flush);
95extern void fat_size(IF_MV2(int volume,) /* public for info */ 95extern void fat_size(IF_MV2(int volume,) /* public for info */
96 unsigned long* size, 96 unsigned long* size,