summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-01-29 15:23:25 +1100
committerDamien George <damien.p.george@gmail.com>2017-01-30 12:26:07 +1100
commit95635ade8b8b848554e577250256145d65de9608 (patch)
tree1b6f7cf47e30dd4c954d365730614cf097a93764
parentc95c58385766aea0f2f635c9b485ae89aaf70775 (diff)
downloadmicropython-95635ade8b8b848554e577250256145d65de9608.tar.gz
micropython-95635ade8b8b848554e577250256145d65de9608.zip
unix/mpconfigport.h: Remove obsolete MICROPY_FATFS_VOLUMES config.
-rw-r--r--unix/mpconfigport.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h
index 3aff893d6b..9e418fe0a0 100644
--- a/unix/mpconfigport.h
+++ b/unix/mpconfigport.h
@@ -134,9 +134,6 @@
#define MICROPY_FATFS_OO (1)
#define MICROPY_FATFS_ENABLE_LFN (1)
#define MICROPY_FATFS_RPATH (2)
-// Can't have less than 3 values because diskio.h uses volume numbers
-// as volume types and PD_USER == 2.
-#define MICROPY_FATFS_VOLUMES (3)
#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 (0)