diff options
| author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-02-15 10:39:56 +0200 |
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-02-15 10:39:56 +0200 |
| commit | 4cd45f48b138c8af126a12a248fc07539ef03b5f (patch) | |
| tree | 4e3561833a6843b9f2b99e082358fca927ef3e67 /cc3200/mpconfigport.h | |
| parent | 46a0ac02c529e8dd18feff0394ed5709db26dc2b (diff) | |
cc3200: Fix breakage after VfsFat refactor.
Diffstat (limited to 'cc3200/mpconfigport.h')
| -rw-r--r-- | cc3200/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc3200/mpconfigport.h b/cc3200/mpconfigport.h index 97c89c6fe..fd645618d 100644 --- a/cc3200/mpconfigport.h +++ b/cc3200/mpconfigport.h @@ -70,6 +70,7 @@ #define MICROPY_FATFS_REENTRANT (1) #define MICROPY_FATFS_TIMEOUT (2500) #define MICROPY_FATFS_SYNC_T SemaphoreHandle_t +#define MICROPY_FSUSERMOUNT_ADHOC (1) #define MICROPY_STREAMS_NON_BLOCK (1) #define MICROPY_MODULE_WEAK_LINKS (1) |
