summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/vfs_fat_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/vfs_fat_misc.c')
-rw-r--r--extmod/vfs_fat_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/vfs_fat_misc.c b/extmod/vfs_fat_misc.c
index 7e7576398b..82ef91a1fb 100644
--- a/extmod/vfs_fat_misc.c
+++ b/extmod/vfs_fat_misc.c
@@ -25,7 +25,7 @@
*/
#include "py/mpconfig.h"
-#if MICROPY_VFS_FAT || MICROPY_FSUSERMOUNT
+#if MICROPY_VFS_FAT
#include <string.h>
#include "py/nlr.h"