From c95c58385766aea0f2f635c9b485ae89aaf70775 Mon Sep 17 00:00:00 2001
From: Damien George <damien.p.george@gmail.com>
Date: Sun, 29 Jan 2017 15:22:53 +1100
Subject: [PATCH] esp8266/mpconfigport.h: Remove obsolete MICROPY_FATFS_VOLUMES
 config.

---
 esp8266/mpconfigport.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h
index 1de65c911..89d9dae76 100644
--- a/esp8266/mpconfigport.h
+++ b/esp8266/mpconfigport.h
@@ -98,7 +98,6 @@
 #define MICROPY_FATFS_OO               (1)
 #define MICROPY_FATFS_ENABLE_LFN       (1)
 #define MICROPY_FATFS_RPATH            (2)
-#define MICROPY_FATFS_VOLUMES          (2)
 #define MICROPY_FATFS_MAX_SS           (4096)
 #define MICROPY_FATFS_LFN_CODE_PAGE    (437) /* 1=SFN/ANSI 437=LFN/U.S.(OEM) */
 #define MICROPY_VFS_FAT                (1)
-- 
GitLab