summaryrefslogtreecommitdiff
path: root/extmod/vfs_fat_diskio.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-01-29 15:21:46 +1100
committerDamien George <damien.p.george@gmail.com>2017-01-30 12:26:07 +1100
commit1808b2e8d5c9fff8020628a7849a537ffa9790e3 (patch)
tree4f511c33f4355880fc9a224d742e90c6758f799f /extmod/vfs_fat_diskio.c
parent3d6f9572084a8bcba762899ee4f8ea15ddf010ab (diff)
extmod: Remove MICROPY_FSUSERMOUNT and related files.
Replaced by MICROPY_VFS and the VFS sub-system.
Diffstat (limited to 'extmod/vfs_fat_diskio.c')
-rw-r--r--extmod/vfs_fat_diskio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extmod/vfs_fat_diskio.c b/extmod/vfs_fat_diskio.c
index 3bbd37435..c8a6e1533 100644
--- a/extmod/vfs_fat_diskio.c
+++ b/extmod/vfs_fat_diskio.c
@@ -28,7 +28,7 @@
*/
#include "py/mpconfig.h"
-#if MICROPY_VFS || MICROPY_FSUSERMOUNT
+#if MICROPY_VFS
#include <stdint.h>
#include <stdio.h>
@@ -305,4 +305,4 @@ DRESULT disk_ioctl (
}
#endif
-#endif // MICROPY_VFS || MICROPY_FSUSERMOUNT
+#endif // MICROPY_VFS