summaryrefslogtreecommitdiffstatshomepage
path: root/unix
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-01-29 15:26:24 +1100
committerDamien George <damien.p.george@gmail.com>2017-01-30 12:26:07 +1100
commit0bd61d23b9b21819da9d10290dfccd4ae4a69e1a (patch)
treec4b415d9cdebdc10539c3b6a1eb61ed47596712a /unix
parent95635ade8b8b848554e577250256145d65de9608 (diff)
downloadmicropython-0bd61d23b9b21819da9d10290dfccd4ae4a69e1a.tar.gz
micropython-0bd61d23b9b21819da9d10290dfccd4ae4a69e1a.zip
extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.
Everyone should now be using the new ooFatFs library. The old one is no longer supported and will be removed.
Diffstat (limited to 'unix')
-rw-r--r--unix/mpconfigport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h
index 9e418fe0a0..ba2b5ce98d 100644
--- a/unix/mpconfigport.h
+++ b/unix/mpconfigport.h
@@ -131,7 +131,6 @@
#define MICROPY_MACHINE_MEM_GET_READ_ADDR mod_machine_mem_get_addr
#define MICROPY_MACHINE_MEM_GET_WRITE_ADDR mod_machine_mem_get_addr
-#define MICROPY_FATFS_OO (1)
#define MICROPY_FATFS_ENABLE_LFN (1)
#define MICROPY_FATFS_RPATH (2)
#define MICROPY_FATFS_MAX_SS (4096)