aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfile/inc_fatfs.c
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-01-05 00:02:53 +1000
committerinmarket <andrewh@inmarket.com.au>2014-01-05 00:02:53 +1000
commitfb29f601f1d5e4c74af9c0d7f53cdf9b57f2cb85 (patch)
treecbe3be841dc50a9996859c72e8c08b8bc537296b /src/gfile/inc_fatfs.c
parent07869da90938e375e71081d30757cc767596b431 (diff)
downloaduGFX-fb29f601f1d5e4c74af9c0d7f53cdf9b57f2cb85.tar.gz
uGFX-fb29f601f1d5e4c74af9c0d7f53cdf9b57f2cb85.tar.bz2
uGFX-fb29f601f1d5e4c74af9c0d7f53cdf9b57f2cb85.zip
Start of GFILE module
Diffstat (limited to 'src/gfile/inc_fatfs.c')
-rw-r--r--src/gfile/inc_fatfs.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/gfile/inc_fatfs.c b/src/gfile/inc_fatfs.c
new file mode 100644
index 00000000..d49cfe7a
--- /dev/null
+++ b/src/gfile/inc_fatfs.c
@@ -0,0 +1,15 @@
+/*
+ * This file is subject to the terms of the GFX License. If a copy of
+ * the license was not distributed with this file, you can obtain one at:
+ *
+ * http://ugfx.org/license.html
+ */
+
+/**
+ * This file is included by src/gfile/gfile.c
+ */
+
+/********************************************************
+ * The FAT file-system VMT
+ ********************************************************/
+#error "GFILE: FATFS Not implemented yet"