py/mpconfig.h: Add default MICROPY_VFS_FAT config value.

At least to document it's existence.
pull/3846/head
Damien George 2018-06-06 14:31:29 +10:00
rodzic c117effddd
commit a8b9e71ac1
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -686,6 +686,11 @@ typedef double mp_float_t;
#define MICROPY_VFS_POSIX (0)
#endif
// Support for VFS FAT component, to mount a FAT filesystem within VFS
#ifndef MICROPY_VFS
#define MICROPY_VFS_FAT (0)
#endif
/*****************************************************************************/
/* Fine control over Python builtins, classes, modules, etc */