summaryrefslogtreecommitdiffstatshomepage
path: root/unix/fatfs_port.c
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-02-13 23:03:23 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-02-14 19:15:22 +0200
commit8a43a41b3aa662c44bef46002529467036ea81cf (patch)
treed8b39442a0cdee431dee77b6274616abbc2f5fe4 /unix/fatfs_port.c
parente9be6a378c23ece54521fb9098fda028f6c7d88f (diff)
downloadmicropython-8a43a41b3aa662c44bef46002529467036ea81cf.tar.gz
micropython-8a43a41b3aa662c44bef46002529467036ea81cf.zip
unix: Enable VfsFat support.
Diffstat (limited to 'unix/fatfs_port.c')
-rw-r--r--unix/fatfs_port.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/fatfs_port.c b/unix/fatfs_port.c
new file mode 100644
index 0000000000..c62ae2e7dc
--- /dev/null
+++ b/unix/fatfs_port.c
@@ -0,0 +1,6 @@
+#include "lib/fatfs/ff.h"
+#include "lib/fatfs/diskio.h"
+
+DWORD get_fattime(void) {
+ return 0;
+}