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

---
 unix/mpconfigport.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h
index 3aff893d6..9e418fe0a 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)
-- 
GitLab