Skip to content

Commit a8b9e71

Browse files
committed
py/mpconfig.h: Add default MICROPY_VFS_FAT config value.
At least to document it's existence.
1 parent c117eff commit a8b9e71

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

py/mpconfig.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,11 @@ typedef double mp_float_t;
686686
#define MICROPY_VFS_POSIX (0)
687687
#endif
688688

689+
// Support for VFS FAT component, to mount a FAT filesystem within VFS
690+
#ifndef MICROPY_VFS
691+
#define MICROPY_VFS_FAT (0)
692+
#endif
693+
689694
/*****************************************************************************/
690695
/* Fine control over Python builtins, classes, modules, etc */
691696

0 commit comments

Comments
 (0)