summaryrefslogtreecommitdiffstatshomepage
path: root/unix/mpconfigport.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-06-01 17:03:36 +0100
committerDamien George <damien.p.george@gmail.com>2017-01-27 13:19:10 +1100
commit5395f5bc714785ce1692881531240c4a14e4cf0c (patch)
treebe68157b574ff9a94a36165fc092b59792dec379 /unix/mpconfigport.h
parentf5f4cdae89ed040ae9209a380cf968254434e819 (diff)
downloadmicropython-5395f5bc714785ce1692881531240c4a14e4cf0c.tar.gz
micropython-5395f5bc714785ce1692881531240c4a14e4cf0c.zip
unix: Switch to OO version of FatFS library.
Diffstat (limited to 'unix/mpconfigport.h')
-rw-r--r--unix/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h
index eb46565464..ce026310c3 100644
--- a/unix/mpconfigport.h
+++ b/unix/mpconfigport.h
@@ -131,6 +131,7 @@
#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)
// Can't have less than 3 values because diskio.h uses volume numbers