summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-01-29 15:22:53 +1100
committerDamien George <damien.p.george@gmail.com>2017-01-30 12:26:07 +1100
commitc95c58385766aea0f2f635c9b485ae89aaf70775 (patch)
tree41898dc391629f2e512065ae5aaabb78329d0f75 /esp8266
parent1808b2e8d5c9fff8020628a7849a537ffa9790e3 (diff)
downloadmicropython-c95c58385766aea0f2f635c9b485ae89aaf70775.tar.gz
micropython-c95c58385766aea0f2f635c9b485ae89aaf70775.zip
esp8266/mpconfigport.h: Remove obsolete MICROPY_FATFS_VOLUMES config.
Diffstat (limited to 'esp8266')
-rw-r--r--esp8266/mpconfigport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h
index 1de65c911a..89d9dae76d 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)