diff options
author | Damien George <damien.p.george@gmail.com> | 2017-01-29 15:23:25 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-01-30 12:26:07 +1100 |
commit | 95635ade8b8b848554e577250256145d65de9608 (patch) | |
tree | 1b6f7cf47e30dd4c954d365730614cf097a93764 | |
parent | c95c58385766aea0f2f635c9b485ae89aaf70775 (diff) | |
download | micropython-95635ade8b8b848554e577250256145d65de9608.tar.gz micropython-95635ade8b8b848554e577250256145d65de9608.zip |
unix/mpconfigport.h: Remove obsolete MICROPY_FATFS_VOLUMES config.
-rw-r--r-- | unix/mpconfigport.h | 3 |
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) |