diff options
Diffstat (limited to 'stmhal')
-rw-r--r-- | stmhal/mpconfigport.h | 1 |
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) |