nrf: Disable FAT/VFS by default.

Most boards don't have an SD card so it makes no sense to have it
enabled. It can be enabled per board (mpconfigboard.h).
pull/3137/merge
Ayke van Laethem 2017-11-12 22:40:32 +01:00 zatwierdzone przez Damien George
rodzic cc158f98fe
commit 7418795fdf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -31,7 +31,7 @@
// options to control how MicroPython is built
#ifndef MICROPY_VFS
#define MICROPY_VFS (1)
#define MICROPY_VFS (0)
#endif
#define MICROPY_VFS_FAT (MICROPY_VFS)
#define MICROPY_ALLOC_PATH_MAX (512)