aboutsummaryrefslogtreecommitdiff
path: root/stmhal
diff options
context:
space:
mode:
authorPaul Sokolovsky2015-11-25 00:43:11 +0200
committerPaul Sokolovsky2015-11-25 13:19:36 +0200
commitf0fbab7ca790f4f316bc2a9a44dc3a83f442664d (patch)
tree8a27fde06cfc71c69dc9105581eb7a2383e8cbc3 /stmhal
parent3a1bbcc2ef46bbab90ef3cde88dfcd8810e71d74 (diff)
extmod/fsusermount: Make configurable with MICROPY_FSUSERMOUNT.
Diffstat (limited to 'stmhal')
-rw-r--r--stmhal/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h
index fec2c1236..8a22ee461 100644
--- a/stmhal/mpconfigport.h
+++ b/stmhal/mpconfigport.h
@@ -54,6 +54,7 @@
#define MICROPY_FATFS_RPATH (2)
#define MICROPY_FATFS_VOLUMES (3)
#define MICROPY_FATFS_MULTI_PARTITION (1)
+#define MICROPY_FSUSERMOUNT (1)
#define MICROPY_STREAMS_NON_BLOCK (1)
#define MICROPY_MODULE_WEAK_LINKS (1)