SummerGift 8 лет назад
Родитель
Сommit
b8e257c3e6
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      port/mpconfigport.h

+ 2 - 1
port/mpconfigport.h

@@ -119,10 +119,11 @@
 #define MICROPY_READER_POSIX        (1)
 #define MICROPY_READER_VFS          (0)
 #define MICROPY_PY_PIN              (0)
-#define MICROPY_VFS                 (1)
 #define MICROPY_PY_OS_DUPTERM       (0)
+#define MICROPY_VFS                 (1)
 #define MICROPY_VFS_FAT             (0)
 
+
 // extended modules
 #define MICROPY_PY_UCTYPES          (1)
 #define MICROPY_PY_UZLIB            (1)