summaryrefslogtreecommitdiff
path: root/py/mpconfig.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-01-29 15:16:51 +1100
committerDamien George <damien.p.george@gmail.com>2017-01-30 12:26:07 +1100
commit8beba7310f5aee77c179ec1852471f041937b54b (patch)
tree9fcd355a967fe0e1ed5a72dc277be0fe3873c488 /py/mpconfig.h
parent56506fd64a40f9c5ea97888245df6f2cb8b20744 (diff)
extmod/vfs_fat: Remove MICROPY_READER_FATFS component.
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r--py/mpconfig.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index a924eda0c..d078e9301 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -403,11 +403,6 @@
#define MICROPY_READER_VFS (0)
#endif
-// Whether to use the FatFS reader for importing files
-#ifndef MICROPY_READER_FATFS
-#define MICROPY_READER_FATFS (0)
-#endif
-
// Hook for the VM at the start of the opcode loop (can contain variable
// definitions usable by the other hook functions)
#ifndef MICROPY_VM_HOOK_INIT